CustomProp

CustomProp class

CustomProp structure.

Constructors

NameDescription
CustomProp

Properties

NameTypeDescription
NameStringThe name of the custom property.
PropTypeintThe data type of the custom property. The value of the property is PropType integer constant.
CustomValueCustomValueValue of property.

CustomProp()

CustomProp.Name property

The name of the custom property.

Type: String

CustomProp.PropType property

The data type of the custom property. The value of the property is PropType integer constant.

Type: int

CustomProp.CustomValue property

Value of property.

Type: CustomValue