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