| ClusterDescriptionIsDirectConnection Property  | 
 
            Gets whether the connection mode or the direct connection flag are configured as a direct connection.
            
 
    Namespace: 
   MongoDB.Driver.Core.Clusters
    Assembly:
   MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
 Syntax
Syntaxpublic bool IsDirectConnection { get; }Public ReadOnly Property IsDirectConnection As Boolean
	Get
member IsDirectConnection : bool with get
Property Value
Type: 
Boolean See Also
See Also