共用方式為


SPSite.AllowSelfServiceUpgradeEvaluation property

是否允許升級評估網站集合。

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

Syntax

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

value = instance.AllowSelfServiceUpgradeEvaluation

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

Property value

Type: System.Boolean

請參閱

參照

SPSite class

SPSite members

Microsoft.SharePoint namespace