SPSite.InheritAllowSelfServiceUpgradeEvaluationSetting property
AllowSelfServiceUpgradeEvaluation 值是否繼承自父代。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property InheritAllowSelfServiceUpgradeEvaluationSetting As Boolean
Get
Set
'用途
Dim instance As SPSite
Dim value As Boolean
value = instance.InheritAllowSelfServiceUpgradeEvaluationSetting
instance.InheritAllowSelfServiceUpgradeEvaluationSetting = value
public bool InheritAllowSelfServiceUpgradeEvaluationSetting { get; set; }
Property value
Type: System.Boolean