| Attributes |
| Name | Required | Request-time | Description |
| propertySetType | true | true |
Type of property set containing the property
|
| propertySetName | true | true |
The name of the property set containing the property
|
| propertyName | true | true |
The name of the property to inspect
|
| id | true | false |
The name of a variable that will return the allowed values for the property, as a String array
|
| result | false | false |
The name of a variable that will return the result status of the operation, as an Integer.
Possible values: PropertySetTagConstants.PROPERTY_SEARCH_OK, PropertySetTagConstants.PROPERTY_SEARCH_FAILED,
PropertySetTagConstants.INVALID_PROPERTY_SET,
PropertySetTagConstants.PROPERTY_NOT_RESTRICTED
|