Json.NET - Quick Starts & API Documentation
Id Property
NamespacesNewtonsoft.JsonJsonContainerAttributeId
Gets or sets the id.
Declaration Syntax
C#Visual BasicVisual C++
public string Id { get; set; }
Public Property Id As String
public:
property String^ Id {
	String^ get ();
	void set (String^ value);
}
Value
The id.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)