adTempus API
ArcanaDevelopment.adTempus.Client Namespace / VariableCondition Class / CompareToValue Property


In This Topic
    CompareToValue Property
    In This Topic
    The value to compare to.
    Syntax
    'Declaration
     
    
    Public Property CompareToValue As String
    public string CompareToValue {get; set;}
    public:
    property String^ CompareToValue {
       String^ get();
       void set (    String^ value);
    }
    Remarks

    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

    See Also