LocalizableString.LocalizedValue Property
Optional. The locale specific value.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public string LocalizedValue { get; set; }
public:
property String^ LocalizedValue {
String^ get();
void set(String^ value);
}
member LocalizedValue : string with get, set
Public Property LocalizedValue As String
Property Value
Type: System.String
See Also
LocalizableString Class
Microsoft.Azure.Insights.Models Namespace
Return to top