adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ChangeLogParameters Class / Comments Property


In This Topic
    Comments Property (ChangeLogParameters)
    In This Topic
    Comments to record with the entry.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property Comments As String
    [DataMember()]
    public string Comments {get; set;}
    [DataMember()]
    public:
    property String^ Comments {
       String^ get();
       void set (    String^ value);
    }
    See Also