BlPackage - listEnumPropertyValues
BlPackage - listEnumPropertyValues
Description :
This command prints all the name/value pairs in a local property of an enumerated type in a specified BlPackage. If such a property does not exist, the command fails.
Return type : String
Command Input :
Variable Name |
Variable Type |
Description |
---|---|---|
blPackageName |
String |
Name of the BlPackage. |
groupName |
String |
Name of the group that contains the BlPackage. |
propertyName |
String |
Name of the property. |
Example
The following example prints all the name-value pairs in a local property of an enumerated type called PROP1 in the BlPackage Apache in the folder /Applications/WebServers/Unix.
Script
BlPackage listEnumPropertyValues Apache /Applications/WebServers/Unix PROP_1
Was this page helpful? Yes No
Submitting...
Thank you
Comments