PropertyName Property

Json.NET

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

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