SubscriptionGetResponse.SubscriptionID Property

 

Gets or sets the subscription ID.

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

Syntax

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

Property Value

Type: System.String

The subscription ID.

See Also

SubscriptionGetResponse Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top