Json.NET - Quick Starts & API Documentation
JsonPropertyAttribute Constructor (propertyName)
NamespacesNewtonsoft.JsonJsonPropertyAttributeJsonPropertyAttribute(String)
Initializes a new instance of the JsonPropertyAttribute class with the specified name.
Declaration Syntax
C#Visual BasicVisual C++
public JsonPropertyAttribute(
	string propertyName
)
Public Sub New ( _
	propertyName As String _
)
public:
JsonPropertyAttribute(
	String^ propertyName
)
Parameters
propertyName (String)
Name of the property.

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