Json.NET - Quick Starts & API Documentation
Value Property
Namespaces ► Newtonsoft.Json.Bson ► BsonObjectId ► Value
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.