
Declaration Syntax
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)