PropertyClass listDuplicateEnumPropertyValues

PropertyClass listDuplicateEnumPropertyValues

Description:

This command prints all the duplicate name and value pairs in an enumeration property of a specified class. If such a property does not exist, the command fails. If the given property is deprecated,  entries are appended with "deprecated." For example, KEY = VALUE (deprecated).

Return type: None

Command Input:

Variable name

Variable type

Description

FullyQualifiedClassName

String

Fully qualified name of the property class.

PropertyName

String

Name of the property.

Example

The following example prints duplicate name and value pairs that are available in the "Test3" enumeration property.

PropertyClass deprecateStringEnumPropertyValue Class://SystemObject/JOB "_TEST" “Test3”
Was this page helpful? Yes No Submitting... Thank you

Comments