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

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