LocalizedString.Value Property
Optional. The display name for the counter.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public string Value { get; set; }
public:
property String^ Value {
String^ get();
void set(String^ value);
}
member Value : string with get, set
Public Property Value As String
Property Value
Type: System.String
See Also
LocalizedString Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top