FieldStatusFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates various rule validation error reasons for a field.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum FieldStatusFlags
type FieldStatusFlags =
Public Enum FieldStatusFlags
- Inheritance
-
FieldStatusFlags
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | |
| Required | 1 | |
| ReadOnly | 2 | |
| HasValues | 4 | |
| LimitedToValues | 8 | |
| HasFormats | 16 | |
| LimitedToFormats | 32 | |
| AllowsOldValue | 64 | |
| SetByRule | 128 | |
| SetByDefaultRule | 256 | |
| SetByComputedRule | 512 | |
| PendingListCheck | 2048 | |
| InvalidType | 4096 | |
| InvalidDate | 8192 | |
| InvalidID | 16384 | |
| InvalidPath | 32768 | |
| InvalidTooLong | 65536 | |
| InvalidSpecialChars | 131072 | |
| InvalidRule | 262144 | |
| InvalidEmpty | 524288 | |
| InvalidNotEmpty | 1048576 | |
| InvalidFormat | 2097152 | |
| InvalidListValue | 4194304 | |
| InvalidOldValue | 8388608 | |
| InvalidNotOldValue | 16777216 | |
| InvalidEmptyOrOldValue | 33554432 | |
| InvalidNotEmptyOrOldValue | 67108864 | |
| InvalidValueInOtherField | 134217728 | |
| InvalidValueNotInOtherField | 268435456 | |
| InvalidComputedField | 536870912 | |
| InvalidIdentityField | 1073741824 | |
| InvalidMask | 2147479552 |