Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%EM.Variable

class %EM.Variable extends %Library.RegisteredObject, %XML.Adaptor

The %EM.Variable class represents an Enterprise Manager variable in service data for the remote API

Property Inventory

Properties

property GUID as %String;
Instance for which variable is defined or 0 if variable is for entire service
Property methods: GUIDDisplayToLogical(), GUIDGet(), GUIDIsValid(), GUIDLogicalToDisplay(), GUIDLogicalToOdbc(), GUIDNormalize(), GUIDSet()
property GroupName as %String;
Group for which variable is defined
Property methods: GroupNameDisplayToLogical(), GroupNameGet(), GroupNameIsValid(), GroupNameLogicalToDisplay(), GroupNameLogicalToOdbc(), GroupNameNormalize(), GroupNameSet()
property ServiceName as %String;
Service for which variable is defined
Property methods: ServiceNameDisplayToLogical(), ServiceNameGet(), ServiceNameIsValid(), ServiceNameLogicalToDisplay(), ServiceNameLogicalToOdbc(), ServiceNameNormalize(), ServiceNameSet()
property Value as %String);
Value of the variable
Property methods: ValueDisplayToLogical(), ValueGet(), ValueIsValid(), ValueLogicalToDisplay(), ValueLogicalToOdbc(), ValueNormalize(), ValueSet()
property VariableName as %String;
Name of the variable
Property methods: VariableNameDisplayToLogical(), VariableNameGet(), VariableNameIsValid(), VariableNameLogicalToDisplay(), VariableNameLogicalToOdbc(), VariableNameNormalize(), VariableNameSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab