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;}
    Remarks
    This property is read-only. Use SetComments to set the comments.
    See Also