CustomPropertyType

CustomPropertyType enumeration

Represents a custom property type enumeration.

Members

Member nameDescription
NONEThe property has no type.
STRINGThe property is a string value.
DATE_TIMEThe property is a date time value.
NUMBERThe property is an integer number.
BOOLEANThe property is a boolean value.

See Also