 | AMLFileIsValidAutomationMLVersion Method |
Determines whether the specified AML version is a valid version string for this AMLFile
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool IsValidAutomationMLVersion(
string amlVersion
)
Public Function IsValidAutomationMLVersion (
amlVersion As String
) As Boolean
public:
bool IsValidAutomationMLVersion(
String^ amlVersion
)
Parameters
- amlVersion String
- The version string.
Return Value
Booleantrue if specified AML version is a valid version string for this AMLFile; otherwise,
false.
See Also