The default directory of the database file.
Read-write property
[Visual Basic .NET] |
---|
Public Property DefaultDir() As String |
[C#] |
---|
public string DefaultDir {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_DefaultDir(); |
[Unmanaged C++] |
---|
public: HRESULT get_DefaultDir( BSTR * pVal ); public: HRESULT put_DefaultDir( BSTR pVal ); |
[Java] |
---|
public String getDefaultDir(); public void setDefaultDir( String ); |