adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ConditionStatus Class / AdditionalInformation Property


In This Topic
    AdditionalInformation Property (ConditionStatus)
    In This Topic
    Additional information about the current status.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property AdditionalInformation As String
    [CanBeNull()]
    public string AdditionalInformation {get;}
    [CanBeNull()]
    public:
    property String^ AdditionalInformation {
       String^ get();
    }
    Remarks
    This field may describe things such as the name that a file condition is waiting on, or the name of the file that satisfied the condition.
    See Also