Click or drag to resize

JsonPropertyAttribute Constructor (String)

Initializes a new instance of the JsonPropertyAttribute class

Namespace:  Stimulsoft.Base.Json
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public JsonPropertyAttribute(
	string propertyName
)

Parameters

propertyName
Type: SystemString

[Missing <param name="propertyName"/> documentation for "M:Stimulsoft.Base.Json.JsonPropertyAttribute.#ctor(System.String)"]

See Also