Get the account ID used for signing REST operations

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

Syntax

C#
public string Account { get; }
Visual Basic
Public ReadOnly Property Account As String
	Get
Visual C++
public:
property String^ Account {
	String^ get ();
}
F#
member Account : string with get

Property Value

Type: String

See Also