Get the name of the store that this transaction applies to

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

Syntax

C#
string StoreName { get; }
Visual Basic
ReadOnly Property StoreName As String
	Get
Visual C++
property String^ StoreName {
	String^ get ();
}
F#
abstract StoreName : string with get

Property Value

Type: String

See Also