 | CAEXBasicObjectVersion Property |
Gets and sets the Version for this object.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string Version { get; set; }
Public Property Version As String
Get
Set
public:
virtual property String^ Version {
String^ get () sealed;
void set (String^ value) sealed;
}
Property Value
StringImplements
ICAEXBasicObjectVersion
Remarks
For CAEX 2.15 documents the content of the Version object is transformed to a string.
See Also