JsonPropertyName Property

Gets the name of the property. It can be only for a default JsonProperty instance that was created without the public constructor.

Definition

Namespace: KGySoft.Json
Assembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
C#
public string Name { get; }

Property Value

String

See Also