StringResource.LocalizedValues Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("localizedValues")]
public System.Collections.Generic.IDictionary<string,string>? LocalizedValues { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("localizedValues")>]
member this.LocalizedValues : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property LocalizedValues As IDictionary(Of String, String)

Property Value

Attributes

Applies to