JsonPropertyAttribute Constructor (propertyName)

Json.NET

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 Basic Visual 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: 4.5.0.0 (4.5.6.14930)