CustomPropertyType
Lists the custom property types that are available for use.
Properties
CustomPropertyType CustomPropertyType.Null
Indicates that the CustomPropertyAccessor gives access to an invalid value.
CustomPropertyType CustomPropertyType.Number
Indicates that the CustomPropertyAccessor gives access to a number value.
CustomPropertyType CustomPropertyType.Boolean
Indicates that the CustomPropertyAccessor gives access to a boolean value.
CustomPropertyType CustomPropertyType.String
Indicates that the CustomPropertyAccessor gives access to a string value.
CustomPropertyType CustomPropertyType.List
Indicates that the CustomPropertyAccessor gives access to a list container.
CustomPropertyType CustomPropertyType.Map
Indicates that the CustomPropertyAccessor gives access to a map container.