Returns the configured connection type
Namespace: BrightstarDBAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public ConnectionType Type { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Type As ConnectionType Get |
| Visual C++ |
|---|
public: property ConnectionType Type { ConnectionType get (); } |
| F# |
|---|
member Type : ConnectionType with get |