Class BsonObjectId
- Namespace
- Newtonsoft.Json.Bson
- Assembly
- Newtonsoft.Json.dll
[Obsolete("BSON reading and writing has been moved to its own package. See https://www.nuget.org/packages/Newtonsoft.Json.Bson for more details.")]
public class BsonObjectId
- Inheritance
-
BsonObjectId
- Inherited Members
- Extension Methods
Constructors
BsonObjectId(byte[])
public BsonObjectId(byte[] value)
Parameters
value
byte[]
Properties
Value
public byte[] Value { get; }
Property Value
- byte[]