All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
VariableIdentity2 Class Reference

Uniquely identifies the variable. More...

Public Member Functions

 VariableIdentity2 ()
 Initializes a new instance of the VariableIdentity2 class. More...
 
 VariableIdentity2 (VariableIdentity2 variableIdentity2)
 Initializes a new instance of the VariableIdentity2 class. More...
 

Properties

string Id [get, set]
 Gets or sets the Id property More...
 
string Name [get, set]
 Gets or sets display name. More...
 
string OwnerId [get, set]
 Gets or sets the variable Owner ID. Variable owner id can be server id, process id, job id, case id, or case job id. Uniquely identifies the variable association. More...
 
double Version [get, set]
 Gets or sets the variable owner version property. For job variables and server variables, the version will be 0. More...
 

Description

Uniquely identifies the variable.

Constructor & Destructor Documentation

Initializes a new instance of the VariableIdentity2 class.

VariableIdentity2 ( VariableIdentity2  variableIdentity2)

Initializes a new instance of the VariableIdentity2 class.

Parameters
variableIdentity2The variable identity.

Property Documentation

string Id
getsetinherited

Gets or sets the Id property

string Name
getsetinherited

Gets or sets display name.

string OwnerId
getset

Gets or sets the variable Owner ID. Variable owner id can be server id, process id, job id, case id, or case job id. Uniquely identifies the variable association.

double Version
getset

Gets or sets the variable owner version property. For job variables and server variables, the version will be 0.