WebSpacesListWebSitesResponse.WebSites Property
Gets or sets a collection of WebSite objects that lists the websites that are associated with a web space.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public IList<WebSite> WebSites { get; set; }
public:
property IList<WebSite^>^ WebSites {
IList<WebSite^>^ get();
void set(IList<WebSite^>^ value);
}
member WebSites : IList<WebSite> with get, set
Public Property WebSites As IList(Of WebSite)
Property Value
Type: System.Collections.Generic.IList<WebSite>
A collection of WebSite objects.
See Also
WebSpacesListWebSitesResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top