 | DocumentVersionInformationVersion Property |
The document attribute "Version" shall define the version range of the
referenced document.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string Version { get; set; }
Public Property Version As String
Get
Set
public:
property String^ Version {
String^ get ();
void set (String^ value);
}
Property Value
String
The version number shall have three numbers separated by ".". The three
numbers define "main version", "minor version" and "revision".
See Also