Property Method (name) From Json.NET previous page next page Json.NET - Quick Starts & API Documentation Property Method (name) Namespaces ► Newtonsoft.Json.Linq ► JObject ► Property(String) C# Visual Basic Visual C++ Gets a JProperty the specified name. Declaration Syntax C# Visual Basic Visual C++ public JProperty Property( string name ) Public Function Property ( _ name As String _ ) As JProperty public: JProperty^ Property( String^ name ) Parameters name (String) The property name. Return Value A JProperty with the specified name or null. Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623) previous page start next page