Struct Setting
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Represents a setting that may or may not have been set.
public struct Setting<T>Type Parameters
T
The type of the value.
Inherited Members
object.ReferenceEquals(object, object)
Properties
Gets a value indicating whether the setting has been set.
Gets the value of the setting.
Methods
Resets the setting to the unset state.
Gets a canonical string representation for this setting.