Type0CommandMessageSectionDocument Property |
Gets the document.
Namespace:
MongoDB.Driver.Core.WireProtocol.Messages
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
Syntaxpublic Object Document { get; }
Public ReadOnly Property Document As Object
Get
member Document : Object with get
Property Value
Type:
Object
The document.
See Also