adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Job Class / UpdateCycleID Property


In This Topic
    UpdateCycleID Property
    In This Topic
    Determines whether the cycle ID for the current scope will be updated when this job runs
    Syntax
    'Declaration
     
    
    Public Property UpdateCycleID As Boolean
    public bool UpdateCycleID {get; set;}
    public:
    property bool UpdateCycleID {
       bool get();
       void set (    bool value);
    }
    See Also