Value Property

Json.NET

Json.NET - Quick Starts & API Documentation Value Property
NamespacesNewtonsoft.Json.BsonBsonObjectIdValue
Gets or sets the value of the Oid.
Declaration Syntax
C# Visual Basic Visual C++
public byte[] Value { get; private set; }
Public Property Value As Byte()
	Get
	Private Set
public:
property array<unsigned char>^ Value {
	array<unsigned char>^ get ();
	private: void set (array<unsigned char>^ value);
}
Value
The value of the Oid.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)