 | AutomationMLContainerContainerFilename Property |
Gets the full path of the used container file.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string ContainerFilename { get; }
Public ReadOnly Property ContainerFilename As String
Get
public:
property String^ ContainerFilename {
String^ get ();
}
Property Value
String
The filename.
See Also