Share via


SubscriptionGetResponse.CurrentLocalNetworkSites Property

 

Gets or sets the current number of local Virtual Network sites that are allocated to the subscription.

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

Syntax

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

Property Value

Type: System.Int32

The current number of local Virtual Network sites.

See Also

SubscriptionGetResponse Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top