PropertyClass deprecateStringEnumPropertyValue
PropertyClass deprecateStringEnumPropertyValue
Description:
This command deprecates a legal value from the string enumeration property in a specified class. If the value is not deprecated, the command still succeeds.
Return type: None
Command Input:
Variable name | Variable type | Description |
---|---|---|
FullyQualifiedClassName | String | Fully qualified name of the property class from which you want to deprecate the property value. |
PropertyName | String | Name of the property. |
enumDataName | String | The value that you want to deprecate. |
Example
The following example deprecates value Test3 from the "_TEST" string enumeration property.
PropertyClass deprecateStringEnumPropertyValue Class://SystemObject/JOB "_TEST" “Test3”
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*