Share via


SubscriptionGetResponse.CurrentDnsServers Property

 

Gets or sets the current number of DNS servers allocated to the subscription.

Namespace:   Microsoft.WindowsAzure.Management.Models
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

Syntax

public int CurrentDnsServers { get; set; }
public:
property int CurrentDnsServers {
    int get();
    void set(int value);
}
member CurrentDnsServers : int with get, set
Public Property CurrentDnsServers As Integer

Property Value

Type: System.Int32

The current number of DNS servers.

See Also

SubscriptionGetResponse Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top