Skip to content

CustomPropertyType

Custom property types that are available for use.

Properties

CustomPropertyType CustomPropertyType.Null
Indicate that the custom property accessor gives access to an invalid value
CustomPropertyType CustomPropertyType.Number
Indicate that the custom property accessor gives access to a number value
CustomPropertyType CustomPropertyType.Boolean
Indicate that the custom property accessor gives access to a boolean value
CustomPropertyType CustomPropertyType.String
Indicate that the custom property accessor gives access to a string value
CustomPropertyType CustomPropertyType.List
Indicate that the custom property accessor gives access to a list container
CustomPropertyType CustomPropertyType.Map
Indicate that the custom property accessor gives access to a map container