Show / Hide Table of Contents

    Class BsonObjectId

    Inheritance
    Object
    BsonObjectId
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Newtonsoft.Json.dll
    Syntax
    [System.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

    Constructors

    BsonObjectId(Byte[])

    Declaration
    public BsonObjectId (byte[] value);
    Parameters
    Byte[] value

    Properties

    Value

    Declaration
    public byte[] Value { get; }
    Property Value
    Byte[]

    Back to top Azure SDK for Net