The auxiliary database file.
Read-write property
[Visual Basic .NET] |
---|
Public Property AuxDb() As String |
[C#] |
---|
public string AuxDb {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_AuxDb(); |
[Unmanaged C++] |
---|
public: HRESULT get_AuxDb( BSTR * pVal ); public: HRESULT put_AuxDb( BSTR pVal ); |
[Java] |
---|
public String getAuxDb(); public void setAuxDb( String ); |