IConnectionSettings Property |
Gets the connection settings.
Namespace: MongoDB.Driver.Core.ConnectionsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.1.0
Syntax ConnectionSettings Settings { get; }
ReadOnly Property Settings As ConnectionSettings
Get
abstract Settings : ConnectionSettings with get
Property Value
Type:
ConnectionSettings
The connection settings.
See Also