WebSiteDeleteParameters.DeleteAllSlots Property
Required. Indicates if all slots for the web site should be deleted.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public bool DeleteAllSlots { get; set; }
public:
property bool DeleteAllSlots {
bool get();
void set(bool value);
}
member DeleteAllSlots : bool with get, set
Public Property DeleteAllSlots As Boolean
Property Value
Type: System.Boolean
See Also
WebSiteDeleteParameters Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top