Enum FieldValueType

FieldValueType enumeration

Represents the type of a field value in a schema collection.

public enum FieldValueType

Values

NameValueDescription
None0Represents a value for not defined type.
Text1Represents a text type.
Number2Represents a number type.
Date3Represents a date type.

See Also