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


In This Topic
    CycleIDPrefix Property
    In This Topic
    Optional prefix added to the beginning of the generated CycleID
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property CycleIDPrefix As String
    [CanBeNull()]
    public string CycleIDPrefix {get; set;}
    [CanBeNull()]
    public:
    property String^ CycleIDPrefix {
       String^ get();
       void set (    String^ value);
    }
    See Also