AggregateLookupOptionsTForeignDocument, TResultForeignSerializer Property |
Gets or sets the foreign document serializer.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax public IBsonSerializer<TForeignDocument> ForeignSerializer { get; set; }
Public Property ForeignSerializer As IBsonSerializer(Of TForeignDocument)
Get
Set
member ForeignSerializer : IBsonSerializer<'TForeignDocument> with get, set
Property Value
Type:
IBsonSerializerTForeignDocumentSee Also