SPSite.InheritAllowSelfServiceUpgradeEvaluationSetting property
Se o valor de AllowSelfServiceUpgradeEvaluation é herde do pai.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property InheritAllowSelfServiceUpgradeEvaluationSetting As Boolean
Get
Set
'Uso
Dim instance As SPSite
Dim value As Boolean
value = instance.InheritAllowSelfServiceUpgradeEvaluationSetting
instance.InheritAllowSelfServiceUpgradeEvaluationSetting = value
public bool InheritAllowSelfServiceUpgradeEvaluationSetting { get; set; }
Property value
Type: System.Boolean