adTempus API
ArcanaDevelopment.adTempus.Client Namespace / VariableUpdateAction Class / NewValue Property


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