Share via


WebSpacesGetResponse.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)

Usage

'Usage
Dim instance As WebSpacesGetResponse
Dim value As String

value = instance.Subscription

instance.Subscription = value

Syntax

'Declaration
Public Property Subscription As String
public string Subscription { get; set; }
public:
property String^ Subscription {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Subscription ()

/** @property */
public void set_Subscription (String value)
public function get Subscription () : String

public function set Subscription (value : String)

Property Value

The subscription ID.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

WebSpacesGetResponse Class
WebSpacesGetResponse Members
Microsoft.WindowsAzure.Management.WebSites.Models Namespace