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