| ConnectionString Properties | 
The ConnectionString type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AllOptionNames | 
            Gets all the option names.
             | 
|  | AllUnknownOptionNames | 
            Gets all the unknown option names.
             | 
|  | ApplicationName | 
            Gets the application name.
             | 
|  | AuthMechanism | 
            Gets the auth mechanism.
             | 
|  | AuthMechanismProperties | 
            Gets the auth mechanism properties.
             | 
|  | AuthSource | 
            Gets the auth source.
             | 
|  | Connect | 
            Gets the connection mode.
             | 
|  | ConnectTimeout | 
            Gets the connect timeout.
             | 
|  | DatabaseName | 
            Gets the name of the database.
             | 
|  | FSync | 
            Gets the fsync value of the write concern.
             | 
|  | HeartbeatInterval | 
            Gets the heartbeat interval.
             | 
|  | HeartbeatTimeout | 
            Gets the heartbeat timeout.
             | 
|  | Hosts | 
            Gets the hosts.
             | 
|  | Ipv6 | 
            Gets whether to use IPv6.
             | 
|  | Journal | 
            Gets the journal value of the write concern.
             | 
|  | LocalThreshold | 
            Gets the local threshold.
             | 
|  | MaxIdleTime | 
            Gets the max idle time.
             | 
|  | MaxLifeTime | 
            Gets the max life time.
             | 
|  | MaxPoolSize | 
            Gets the max size of the connection pool.
             | 
|  | MaxStaleness | 
            Gets the max staleness.
             | 
|  | MinPoolSize | 
            Gets the min size of the connection pool.
             | 
|  | Password | 
            Gets the password.
             | 
|  | ReadConcernLevel | 
            Gets the read concern level.
             | 
|  | ReadPreference | 
            Gets the read preference.
             | 
|  | ReadPreferenceTags | 
            Gets the read preference tags.
             | 
|  | ReplicaSet | 
            Gets the replica set name.
             | 
|  | RetryWrites | 
            Gets a value indicating whether or not to retry writes.
             | 
|  | Scheme | 
            Gets the scheme.
             | 
|  | ServerSelectionTimeout | 
            Gets the server selection timeout.
             | 
|  | SocketTimeout | 
            Gets the socket timeout.
             | 
|  | Ssl | 
            Gets whether to use SSL.
             | 
|  | SslVerifyCertificate | 
            Gets whether to verify SSL certificates.
             | 
|  | Username | 
            Gets the username.
             | 
|  | UuidRepresentation | 
            Gets the UUID representation.
             | 
|  | W | 
            Gets the w value of the write concern.
             | 
|  | WaitQueueMultiple | 
            Gets the wait queue multiple.
             | 
|  | WaitQueueSize | 
            Gets the wait queue size.
             | 
|  | WaitQueueTimeout | 
            Gets the wait queue timeout.
             | 
|  | WTimeout | 
            Gets the wtimeout value of the write concern.
             | 
 See Also
See Also