WebHostingPlanListResponse.WebHostingPlans Property
Optional. The web spaces associated with the specified subscription.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public IList<WebHostingPlan> WebHostingPlans { get; set; }
public:
property IList<WebHostingPlan^>^ WebHostingPlans {
IList<WebHostingPlan^>^ get();
void set(IList<WebHostingPlan^>^ value);
}
member WebHostingPlans : IList<WebHostingPlan> with get, set
Public Property WebHostingPlans As IList(Of WebHostingPlan)
Property Value
Type: System.Collections.Generic.IList<WebHostingPlan>
See Also
WebHostingPlanListResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top