Share via


IWebSiteManagementClient.WebSpaces Property

 

Gets an IWebSpaceOperations object that specifies the operations for managing web spaces in a subscription.

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

Syntax

IWebSpaceOperations WebSpaces { get; }
property IWebSpaceOperations^ WebSpaces {
    IWebSpaceOperations^ get();
}
abstract WebSpaces : IWebSpaceOperations with get
ReadOnly Property WebSpaces As IWebSpaceOperations

Property Value

Type: Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations

An IWebSpaceOperations object.

See Also

IWebSiteManagementClient Interface
Microsoft.WindowsAzure.Management.WebSites Namespace

Return to top