Information

This site will undergo a brief period of maintenance on Thursday, 23 April at 2:30 AM Central/1:00 PM IST. During a 30 minute window, site availability may be intermittent.

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*

TrueSight Server Automation Command Line Interface 23.2