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


In This Topic
    TargetVariable Property (IVariableUpdateTaskOrAction)
    In This Topic
    The name of the variable to update
    Syntax
    'Declaration
     
    
    Property TargetVariable As String
    string TargetVariable {get; set;}
    property String^ TargetVariable {
       String^ get();
       void set (    String^ value);
    }
    See Also