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


In This Topic
    StatusDescription Property (TriggerStatus)
    In This Topic
    A description of the Status
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property StatusDescription As String
    [CanBeNull()]
    public string StatusDescription {get;}
    [CanBeNull()]
    public:
    property String^ StatusDescription {
       String^ get();
    }
    See Also