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;}
    See Also