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