Name.Value Property

 

Applies To: Azure SQL Database

Optional. Gets or sets the name of the metric

Namespace:   Microsoft.Azure.Management.Sql.Models
Assembly:  Microsoft.Azure.Management.Sql (in Microsoft.Azure.Management.Sql.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

Name Class
Microsoft.Azure.Management.Sql.Models Namespace

Return to top