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


In This Topic
    CycleIDType Property
    In This Topic
    The type of cycle ID to generate for this group
    Syntax
    'Declaration
     
    
    Public Property CycleIDType As CycleIDType
    public CycleIDType CycleIDType {get; set;}
    public:
    property CycleIDType CycleIDType {
       CycleIDType get();
       void set (    CycleIDType value);
    }
    Remarks
    See CycleID for more information.
    See Also