IDocumentInfoProcessLogs Property |
Collection of document history process logs.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.6.0.0 (22.6)
SyntaxIList<ProcessLog> ProcessLogs { get; }
ReadOnly Property ProcessLogs As IList(Of ProcessLog)
Get
property IList<ProcessLog^>^ ProcessLogs {
IList<ProcessLog^>^ get ();
}
abstract ProcessLogs : IList<ProcessLog> with get
Property Value
Type:
IListProcessLog
See Also