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