adTempus API
ArcanaDevelopment.adTempus.Client Namespace / IVariableUpdateTaskOrAction Interface / NewValue Property


In This Topic
    NewValue Property (IVariableUpdateTaskOrAction)
    In This Topic
    The value or pattern to use to set the variable.
    Syntax
    'Declaration
     
    
    Property NewValue As String
    string NewValue {get; set;}
    property String^ NewValue {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    Can include variable tokens that get expanded at runtime.
    See Also