An Byte value. Returns the type of a custom property.
Applies to: CustomProp object
[[Let] type = ] object.Type [[Let] object.Type = type |
The Type property syntax has these parts:
Part | Description |
object | Required. An expression that returns an instance of the CustomProp object. |
type | Optional. An Byte type value. |
The Type property can have the following values:
Value | Constant | Description |
0 | cdStringCustomProp | Then the Value property represent string data |
1 | cdNumberCustomProp | Then the Value property represent numeric data |
2 | cdFixedListCustomProp | Then the Value property represent string from Format property list |
3 | cdVariableListCustomProp | Then the Value property represent string from Format property list or any other string |
4 | cdBooleanCustomProp | Then the Value property represent boolean data |