 | AMLFileModelExtension Property |
Specification of a possible extension of the domain as it
is coded in the file name.
Namespace: Aml.Engine.Services.ModelAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string Extension { get; set; }
Public Property Extension As String
Get
Set
public:
property String^ Extension {
String^ get ();
void set (String^ value);
}
Property Value
String
See Also