Enum PropertyFlag

PropertyFlag enumeration

Enumeration of possible field flags.

public enum PropertyFlag

Values

NameValueDescription
ReadOnly0Field is read-only.
Required1Field is required.
NoExport2Field is not exportable.
InvalidFlag3Invalid field flag.

See Also