 | AMLFileDocumentVersion Property |
Gets the collection of defined document version information of the AMLFile
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic ValueSequence<DocumentVersionInformation> DocumentVersion { get; }
Public ReadOnly Property DocumentVersion As ValueSequence(Of DocumentVersionInformation)
Get
public:
property ValueSequence<DocumentVersionInformation^>^ DocumentVersion {
ValueSequence<DocumentVersionInformation^>^ get ();
}
Property Value
ValueSequenceDocumentVersionInformation
The collection of document version information.
See Also