adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobGroup Class / CycleID Property


In This Topic
    CycleID Property (JobGroup)
    In This Topic
    The current Cycle ID for this group.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property CycleID As String
    [CanBeNull()]
    public string CycleID {get;}
    [CanBeNull()]
    public:
    property String^ CycleID {
       String^ get();
    }
    Remarks

    Refer to the user guide for more information on cycle IDs.

    If the CycleIDType is not set to ArcanaDevelopment.adTempus.Shared.CycleIDType.None, the CycleID is updated when a job executes that has Job.UpdateCycleID set to true. The CycleIDType determines the type of cycle ID that is generated. The CycleIDFormat and CycleIDPrefix can be used to customize the appearance.

    See Also