WebSiteDeleteParameters::DeleteMetrics Property

 

Required. Indicates if the metrics for the web site should be deleted.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

public:
property bool DeleteMetrics {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean
Return to top
Show: