Click or drag to resize

DocumentVersionInformationVersion Property

The document attribute "Version" shall define the version range of the referenced document.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public string Version { get; set; }

Property Value

String
The version number shall have three numbers separated by ".". The three numbers define "main version", "minor version" and "revision".
See Also