Utility wrapper to return the REST client
Namespace: BrightstarDB.ClientAssembly: 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 |