Method GetValue
GetValue(int)
Gets the value of an element.
Parameters
index
intThe zero based index of the element.
Returns
- Bson
Value The value of the element.
GetValue(string)
Gets the value of an element.
Parameters
name
stringThe name of the element.
Returns
- Bson
Value The value of the element.
GetValue(string, BsonValue)
Gets the value of an element or a default value if the element is not found.
Parameters
name
stringThe name of the element.
defaultValue
BsonValue The default value returned if the element is not found.
Returns
- Bson
Value The value of the element or the default value if the element is not found.