'Declaration Public Property CompareToValue As String
'Declaration
Public Property CompareToValue As String
public string CompareToValue {get; set;}
public: property String^ CompareToValue { String^ get(); void set ( String^ value); }
You may compare to the value of another variable by specifying a standard variable token, e.g., "somevariable".
This value is treated as a string the comparison is a string comparison unless VariableType is set
VariableCondition Class VariableCondition Members