Item Property (index) From Json.NET previous page next page Json.NET - Quick Starts & API Documentation Item Property (index) Namespaces ► Newtonsoft.Json.Linq ► JArray ► Item[([( Int32])]) C# Visual Basic Visual C++ Gets or sets the JToken at the specified index. Declaration Syntax C# Visual Basic Visual C++ public JToken this[ int index ] { get; set; } Public Default Property Item ( _ index As Integer _ ) As JToken Get Set public: virtual property JToken^ default[int index] { JToken^ get (int index) sealed; void set (int index, JToken^ value) sealed; } Parameters index (Int32) Value Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623) previous page start next page