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

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