SPSite.InheritAllowSelfServiceUpgradeSetting - Propriété
Si la valeur AllowSelfServiceUpgrade est hériter du site parent.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property InheritAllowSelfServiceUpgradeSetting As Boolean
Get
Set
'Utilisation
Dim instance As SPSite
Dim value As Boolean
value = instance.InheritAllowSelfServiceUpgradeSetting
instance.InheritAllowSelfServiceUpgradeSetting = value
public bool InheritAllowSelfServiceUpgradeSetting { get; set; }
Valeur de propriété
Type : System.Boolean