ConnectionStringIsResolved Property  | 
 
            Gets whether the connection string has been resolved. Always true when scheme is MongoDB.
            
 
    Namespace: 
   MongoDB.Driver.Core.Configuration
    Assembly:
   MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntaxpublic bool IsResolved { get; }Public ReadOnly Property IsResolved As Boolean
	Get
member IsResolved : bool with get
Property Value
Type: 
Boolean
See Also