The directory path of the user configuration area.
Read-only property
[Visual Basic .NET] |
---|
Public Property ConfigDirectory() As String |
[C#] |
---|
public string ConfigDirectory {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_ConfigDirectory(); |
[Unmanaged C++] |
---|
public: HRESULT get_ConfigDirectory( BSTR * pDirPath ); |
[Java] |
---|
public String getConfigDirectory(); |