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


In This Topic
    CycleID Property (ExecutionHistoryItem)
    In This Topic
    The value of the CycleID for this instance
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CycleID As String
    public string CycleID {get;}
    public:
    property String^ CycleID {
       String^ get();
    }
    See Also