Property AsNullableObjectId NamespaceMongoDB.Bson AssemblyMongoDB.Bson.dll AsNullableObjectId Casts the BsonValue to a Nullable{ObjectId} (throws an InvalidCastException if the cast is not valid). public ObjectId? AsNullableObjectId { get; } Property Value ObjectId?