C-DEngine 5.105

JsonPropertyAttribute Constructor (String)

Initializes a new instance of the JsonPropertyAttribute class with the specified name.

Namespace:  cdeNewtonsoft.Json
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public JsonPropertyAttribute(
	string propertyName
)
Public Sub New ( _
	propertyName As String _
)
public:
JsonPropertyAttribute(
	String^ propertyName
)

Parameters

propertyName
Type: String
Name of the property.