 | AMLFileModelDomain Property |
The application domain of the contained classes of
the AutomationML file as it is coded in the file name.
Namespace: Aml.Engine.Services.ModelAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string Domain { get; set; }
Public Property Domain As String
Get
Set
public:
property String^ Domain {
String^ get ();
void set (String^ value);
}
Property Value
String
See Also