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