Share via


LocalizedString.Locale Property

 

Optional. The locale to use when displaying the counter name.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public string Locale { get; set; }
public:
property String^ Locale {
    String^ get();
    void set(String^ value);
}
member Locale : string with get, set
Public Property Locale As String

Property Value

Type: System.String

See Also

LocalizedString Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top