WebSite.WebSpace Property
Gets the name of the web space in which the web site is located.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string WebSpace { get; set; }
public:
property String^ WebSpace {
String^ get();
void set(String^ value);
}
member WebSpace : string with get, set
Public Property WebSpace As String
Property Value
Type: System.String
The name.
See Also
WebSite Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top