Class DocumentAuditEventTablePropertyValues
Defines the description of auditing event table property values.
Inheritance
System.Object
DocumentAuditEventTablePropertyValues
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class DocumentAuditEventTablePropertyValues : object
Properties
Row
Gets or sets the list of audit event table property rows.
Declaration
public List<List<string>> Row { get; set; }
Property Value
Type | Description |
---|---|
List<List<System.String>> |