Utility wrapper to return the REST client

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

Syntax

C#
protected IBrightstarService Client { get; }
Visual Basic
Protected ReadOnly Property Client As IBrightstarService
	Get
Visual C++
protected:
property IBrightstarService^ Client {
	IBrightstarService^ get ();
}
F#
member Client : IBrightstarService with get

Property Value

Type: IBrightstarService

See Also