BsonValueIsObjectId Property |
Tests whether this BsonValue is an ObjectId .
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public bool IsObjectId { get; }
Public ReadOnly Property IsObjectId As Boolean
Get
member IsObjectId : bool with get
Property Value
Type:
BooleanSee Also