 | RefURIAttributeTypeFilePath Property |
Gets the pure file path of this external reference attribute without the identifier.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string FilePath { get; }
Public ReadOnly Property FilePath As String
Get
public:
property String^ FilePath {
String^ get ();
}
Property Value
StringThe file path.
See Also