WebSpacesListResponse.WebSpace.Subscription Property

 

Gets or sets the subscription ID.

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

Syntax

public string Subscription { get; set; }
public:
property String^ Subscription {
    String^ get();
    void set(String^ value);
}
member Subscription : string with get, set
Public Property Subscription As String

Property Value

Type: System.String

The subscription ID.

See Also

WebSpacesListResponse.WebSpace Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top