Click or drag to resize
DocumentApplicationProperties Property
Define application specific properties. Different applications store specific application here

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[XmlArrayItemAttribute(IsNullable = false)]
public List<DocumentApplicationProperty> ApplicationProperties { get; set; }

Property Value

Type: ListDocumentApplicationProperty
See Also