Click or drag to resize
BsonValueIsObjectId Property
Tests whether this BsonValue is an ObjectId .

Namespace: MongoDB.Bson
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.0.1
Syntax
public bool IsObjectId { get; }

Property Value

Type: Boolean
See Also