Method SetValueForMember
- Namespace
- MongoDB.Bson.Serialization.Serializers
- Assembly
- MongoDB.Bson.dll
SetValueForMember(ExpandoObject, string, object)
Sets the value for the member.
protected override void SetValueForMember(ExpandoObject document, string memberName, object value)Parameters
- documentExpandoObject
- The document. 
- memberNamestring
- Name of the member. 
- valueobject
- The value.