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


In This Topic
    UpdateScope Property (IVariableUpdateTaskOrAction)
    In This Topic
    The scope where the update is applied.
    Syntax
    'Declaration
     
    
    Property UpdateScope As VariableUpdateScope
    VariableUpdateScope UpdateScope {get; set;}
    property VariableUpdateScope UpdateScope {
       VariableUpdateScope get();
       void set (    VariableUpdateScope value);
    }
    See Also