Default path to the directory containing BrightstarDB stores

Namespace: BrightstarDB
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public static string StoreLocation { get; set; }
Visual Basic
Public Shared Property StoreLocation As String
	Get
	Set
Visual C++
public:
static property String^ StoreLocation {
	String^ get ();
	void set (String^ value);
}
F#
static member StoreLocation : string with get, set

Property Value

Type: String

See Also