| ConnectionSettingsMaxIdleTime Property | 
            Gets the maximum idle time.
            
 
Namespace: MongoDB.Driver.Core.ConfigurationAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.1.0
 Syntax
Syntaxpublic TimeSpan MaxIdleTime { get; }Public ReadOnly Property MaxIdleTime As TimeSpan
	Get
member MaxIdleTime : TimeSpan with get
Property Value
Type: 
TimeSpan
            The maximum idle time.
            
 See Also
See Also