 | AMLFileAutomationMLVersion Property |
Gets or sets the AutomationML version. It is not allowed to set an AMLVersion which is higher than the
MaximalAMLVersion. If this is tried, the maximal known version is used for this document.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string AutomationMLVersion { get; set; }
Public Property AutomationMLVersion As String
Get
Set
public:
property String^ AutomationMLVersion {
String^ get ();
void set (String^ value);
}
Property Value
String
See Also