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


In This Topic
    StatusDescription Property (ExecutionHistoryItem)
    In This Topic
    Gets the text description of the Status.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property StatusDescription As String
    public string StatusDescription {get;}
    public:
    property String^ StatusDescription {
       String^ get();
    }
    See Also