共用方式為


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)
Available in Sandboxed Solutions: No

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