Share via


SPWebApplication.AllowSelfServiceUpgradeEvaluation property

是否允許升級評估網站集合。預設值為 true。

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

Syntax

'宣告
Public Property AllowSelfServiceUpgradeEvaluation As Boolean
    Get
    Set
'用途
Dim instance As SPWebApplication
Dim value As Boolean

value = instance.AllowSelfServiceUpgradeEvaluation

instance.AllowSelfServiceUpgradeEvaluation = value
public bool AllowSelfServiceUpgradeEvaluation { get; set; }

Property value

Type: System.Boolean

請參閱

參照

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace