The ObjProperty object contains the following properties:
Property List
Name | Description |
---|---|
Access |
Returns the access type of this property. |
Name |
Returns the property name. |
ParamCount |
Returns the total number of property parameters. |
ParamName |
Returns the name of the property parameter by its index. |
ParamType |
Returns the data type of the specified property parameter. |
Value |
Specifies the property value. |
ValueType |
Returns the data type of the property’s value. |