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


In This Topic
    IncrementBy Property (VariableUpdateAction)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property IncrementBy As Integer
    public int IncrementBy {get; set;}
    public:
    property int IncrementBy {
       int get();
       void set (    int value);
    }
    See Also