Method GetOption
- Namespace
 - MongoDB.Driver.Core.Configuration
 
- Assembly
 - MongoDB.Driver.dll
 
GetOption(string)
Gets the option.
public string GetOption(string name)
Parameters
namestringThe name.
Returns
- string
 The option with the specified name.
Gets the option.
public string GetOption(string name)
name stringThe name.
The option with the specified name.