C-DEngine 5.105

JsonPropertyAttribute..::..PropertyName Property

Gets or sets the name of the property.

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

Syntax


public string PropertyName { get; set; }
Public Property PropertyName As String
	Get
	Set
public:
property String^ PropertyName {
	String^ get ();
	void set (String^ value);
}

Field Value

The name of the property.