PropertyClass - isPropertyClassDefined
PropertyClass - isPropertyClassDefined
Description :
This command checks whether a property class exists. It returns true if the property class exists, false otherwise.
Return type : Boolean
Command Input :
Variable Name | Variable Type | Description |
|---|---|---|
fullyQualifiedClassName | String | Fully qualified name of the property class. |
Example
The following example attempts to see if there is a property class called Class://SystemObject/Server.
Script
PropertyClass isPropertyClassDefined Class://SystemObject/Server
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*