Returns the configured store directory
Namespace: BrightstarDBAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public string StoresDirectory { get; } |
| Visual Basic |
|---|
Public ReadOnly Property StoresDirectory As String Get |
| Visual C++ |
|---|
public: property String^ StoresDirectory { String^ get (); } |
| F# |
|---|
member StoresDirectory : string with get |