Information
Unsupported content This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

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*

BMC Server Automation Command Line Interface 8.3