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


In This Topic
    Comments Property (ObjectChangeLog)
    In This Topic
    The comments entered by the user when the change was recorded.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property Comments As String
    [CanBeNull()]
    public string Comments {get;}
    [CanBeNull()]
    public:
    property String^ Comments {
       String^ get();
    }
    See Also