Name.LocalizedValue Property

Definition

Gets or sets usage name localized value.

[Newtonsoft.Json.JsonProperty(PropertyName="localizedValue")]
public string LocalizedValue { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="localizedValue")>]
member this.LocalizedValue : string with get, set
Public Property LocalizedValue As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to