adTempus API
ArcanaDevelopment.adTempus.Client Namespace / VariableUpdateTask Class / UpdateScope Property


In This Topic
    UpdateScope Property (VariableUpdateTask)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property UpdateScope As VariableUpdateScope
    public VariableUpdateScope UpdateScope {get; set;}
    public:
    property VariableUpdateScope UpdateScope {
       VariableUpdateScope get();
       void set (    VariableUpdateScope value);
    }
    See Also