Returns the configured connection type

Namespace: BrightstarDB
Assembly: 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

Property Value

Type: ConnectionType

See Also