Share via


SubscriptionListOperationResponse.Subscription.CurrentHostedServices Property

 

Optional.

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

Syntax

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

Property Value

Type: System.Int32

See Also

SubscriptionListOperationResponse.Subscription Class
Microsoft.WindowsAzure.Subscriptions.Models Namespace

Return to top