Returns the configured store name

Namespace: BrightstarDB
Assembly: 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

Property Value

Type: String

See Also