Identity Property

Json.NET

Json.NET - Quick Starts & API Documentation Identity Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaIdentity
Gets or sets the identity.
Declaration Syntax
C# Visual Basic Visual C++
public IList<string> Identity { get; set; }
Public Property Identity As IList(Of String)
	Get
	Set
public:
property IList<String^>^ Identity {
	IList<String^>^ get ();
	void set (IList<String^>^ value);
}
Value
The identity.

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