BsonMemberMap.Setter Property |
Gets the setter function.
Namespace:
MongoDB.Bson.Serialization
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntaxpublic Action<Object, Object> Setter { get; }
Public ReadOnly Property Setter As Action(Of Object, Object)
Get
member Setter : Action<Object, Object> with get
Property Value
Type:
Action<Object,
Object>
See Also