PropertyClass - removeValueFromIntegerEnumProperty

PropertyClass - removeValueFromIntegerEnumProperty

Description:

This command removes values from the integer enumeration property in a specified class. If this property does not exist, the command fails.

Return type: None

Command Input:

Variable name

Variable type

Description

FullyQualifiedClassName

String

Fully qualified name of the property class from which you want to remove the property.

PropertyName

String

Name of the property.

enumDataName

String

Name of the enumerated data.

Example

The following example removes values from the "_TESTINT" enumeration property.

PropertyClass removeValueFromIntegerEnumProperty Class://SystemObject/JOB "_TESTINT" “TEN”
Was this page helpful? Yes No Submitting... Thank you

Comments