Class BsonObjectId
- Namespace
- Newtonsoft.Json.Bson
- Assembly
- Newtonsoft.Json.dll
Represents a BSON Oid (object id).
public class BsonObjectId
- Inheritance
-
BsonObjectId
- Inherited Members
Constructors
BsonObjectId(byte[])
Initializes a new instance of the BsonObjectId class.
public BsonObjectId(byte[] value)
Parameters
value
byte[]The Oid value.
Properties
Value
Gets or sets the value of the Oid.
public byte[] Value { get; }
Property Value
- byte[]
The value of the Oid.