GridFSFileInfoId Property |
Gets the identifier.
Namespace: MongoDB.Driver.GridFSAssembly: MongoDB.Driver.GridFS (in MongoDB.Driver.GridFS.dll) Version: 2.1.0
Syntax public ObjectId Id { get; }
Public ReadOnly Property Id As ObjectId
Get
member Id : ObjectId with get
Property Value
Type:
ObjectId
The identifier.
See Also