AggregateGraphLookupOptions<TFrom, TAsElement, TOutput>.AsElementSerializer Property |
Gets or sets the TAsElement serialzier.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntaxpublic IBsonSerializer<TAsElement> AsElementSerializer { get; set; }
Public Property AsElementSerializer As IBsonSerializer(Of TAsElement)
Get
Set
member AsElementSerializer : IBsonSerializer<'TAsElement> with get, set
Property Value
Type:
IBsonSerializer<TAsElement>
See Also