Click or drag to resize

AMLFileDocumentVersion Property

Gets the collection of defined document version information of the AMLFile

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public ValueSequence<DocumentVersionInformation> DocumentVersion { get; }

Property Value

ValueSequenceDocumentVersionInformation
The collection of document version information.
See Also