共用方式為


SPQuota.UserCodeWarningLevel property

取得或設定一個值,決定要傳送警告電子郵件訊息的資源使用狀況等級。

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

Syntax

'宣告
Public Property UserCodeWarningLevel As Double
    Get
    Set
'用途
Dim instance As SPQuota
Dim value As Double

value = instance.UserCodeWarningLevel

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

Property value

Type: System.Double
Double 值,指定限制所使用的資源。根據預設,這個值是 100。

請參閱

參照

SPQuota class

SPQuota members

Microsoft.SharePoint.Administration namespace