Share via


Quota.Value Property

 

Optional. Gets the value of the quota. This will be the maximum number of databases you can have that fall into this quota.

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

Quota Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top