Method SetValueForMember
- Namespace
- MongoDB.Bson.Serialization.Serializers
- Assembly
- MongoDB.Bson.dll
SetValueForMember(ExpandoObject, string, object)
Sets the value for the member.
Parameters
document
ExpandoObject The document.
memberName
stringName of the member.
value
objectThe value.