WebSpacesListResponse.WebSpaces Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. The web spaces associated with the specified subscription.
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListResponse.WebSpace> WebSpaces { get; set; }
member this.WebSpaces : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListResponse.WebSpace> with get, set
Public Property WebSpaces As IList(Of WebSpacesListResponse.WebSpace)