CustomProp
CustomProp class
CustomProp structure.
Constructors
| Name | Description |
|---|---|
| CustomProp |
Properties
| Name | Type | Description |
|---|---|---|
| Name | String | The name of the custom property. |
| PropType | int | The data type of the custom property. The value of the property is PropType integer constant. |
| CustomValue | CustomValue | Value 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