WebSpacesGetResponse.Plan Property
Gets or sets the plan of the web space.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string Plan { get; set; }
public:
property String^ Plan {
String^ get();
void set(String^ value);
}
member Plan : string with get, set
Public Property Plan As String
Property Value
Type: System.String
The plan.
See Also
WebSpacesGetResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top