WriteObjectId Method (value)

Json.NET

Json.NET - Quick Starts & API Documentation WriteObjectId Method (value)
NamespacesNewtonsoft.Json.BsonBsonWriterWriteObjectId(array<Byte>[]()[][])
Writes a array<Byte>[]()[][] value that represents a BSON object id.
Declaration Syntax
C# Visual Basic Visual C++
public void WriteObjectId(
	byte[] value
)
Public Sub WriteObjectId ( _
	value As Byte() _
)
public:
void WriteObjectId(
	array<unsigned char>^ value
)
Parameters
value (array<Byte>[]()[][])

[Missing <param name="value"/> documentation for "M:Newtonsoft.Json.Bson.BsonWriter.WriteObjectId(System.Byte[])"]

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)