Table of Contents

Method SetValue

Namespace
MongoDB.Bson.Serialization
Assembly
MongoDB.Bson.dll

SetValue(string, object)

Sets the value in the backing document.

protected void SetValue(string memberName, object value)

Parameters

memberName string

The member name.

value object

The value.