 | ExternalReferenceTypePath Property |
Gets and sets the path of the external CAEX file. According to CAEX absolute and relative paths are allowed.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string Path { get; set; }
Public Property Path As String
Get
Set
public:
property String^ Path {
String^ get ();
void set (String^ value);
}
Property Value
String
See Also