PropertyInstance - listAllFullyResolvedNonDeprecatedPropertyValues
PropertyInstance - listAllFullyResolvedNonDeprecatedPropertyValues
Description :
This command prints the names and fully resolved values for all properties of a specified class instance that are not deprecated.
Return type : String
Command Input :
Variable Name | Variable Type | Description |
---|---|---|
fullyQualifiedInstanceName | String | Fully qualified name of the class whose properties and values you want to list. |
Example
The following example prints the names and fully resolved values for all properties of instance named "Inst1" in the Apache class instance.
Script
PropertyInstance listAllFullyResolvedNonDeprecatedPropertyValues Class://SystemObject/Apache/Inst1
Was this page helpful? Yes No
Submitting...
Thank you
Comments