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


In This Topic
    Comments Property (ExecutionHistoryItem)
    In This Topic
    User-entered comments for this instance.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Comments As String
    public string Comments {get;}
    public:
    property String^ Comments {
       String^ get();
    }
    Remarks
    This property is read-only. Use SetComments to set the comments.
    See Also