Get the filepath for the external aero file.
Read-only property
[Visual Basic .NET] |
---|
Public Property Filepath() As String |
[C#] |
---|
public string Filepath {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_Filepath(); |
[Unmanaged C++] |
---|
public: HRESULT get_Filepath( BSTR * pVal ); |
[Java] |
---|
public String getFilepath(); |