ObjectId.Empty Property (original) (raw)

ObjectIdEmpty Property

Gets an instance of ObjectId where the value is empty.

Namespace: MongoDB.Bson
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

C#

VB

F#

Copy

public static ObjectId Empty { get; }

Public Shared ReadOnly Property Empty As ObjectId Get

static member Empty : ObjectId with get

Property Value

Type: ObjectId

See Also

Reference

ObjectId Structure

MongoDB.Bson Namespace