SPQuota.UserCodeWarningLevel property

Gets or sets a value that determines the level of resource usage at which a warning e-mail message is sent.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property UserCodeWarningLevel As Double
    Get
    Set
'Usage
Dim instance As SPQuota
Dim value As Double

value = instance.UserCodeWarningLevel

instance.UserCodeWarningLevel = value
public double UserCodeWarningLevel { get; set; }

Property value

Type: System.Double
A Double value that specifies the limit on the resources that are used. By default, this value is 100.

See also

Reference

SPQuota class

SPQuota members

Microsoft.SharePoint.Administration namespace