WebSiteManagementClient.WebSites Property

 

Gets an IWebSiteOperations object that specifies the operations for managing the websites in a web space.

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

Syntax

public virtual IWebSiteOperations WebSites { get; }
public:
property IWebSiteOperations^ WebSites {
    virtual IWebSiteOperations^ get();
}
abstract WebSites : IWebSiteOperations with get
override WebSites : IWebSiteOperations with get
Public Overridable ReadOnly Property WebSites As IWebSiteOperations

Property Value

Type: Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations

An IWebSiteOperations object.

Implements

IWebSiteManagementClient.WebSites

See Also

WebSiteManagementClient Class
Microsoft.WindowsAzure.Management.WebSites Namespace

Return to top