 | AMLFileModelName Property |
The name of the AutomationML file
Namespace: Aml.Engine.Services.ModelAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string Name { get; set; }
Public Property Name As String
Get
Set
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
Property Value
String
See Also