Compartir a través de


LocalizableString.Value Property

 

Optional. The invariant value.

Namespace:   Microsoft.Azure.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

LocalizableString Class
Microsoft.Azure.Insights.Models Namespace

Return to top