IWebSiteManagementClient.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
IWebSiteOperations WebSites { get; }
property IWebSiteOperations^ WebSites {
IWebSiteOperations^ get();
}
abstract WebSites : IWebSiteOperations with get
ReadOnly Property WebSites As IWebSiteOperations
Property Value
Type: Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations
An IWebSiteOperations object.
See Also
IWebSiteManagementClient Interface
Microsoft.WindowsAzure.Management.WebSites Namespace
Return to top