SPSite.AllowSelfServiceUpgrade - Propriété
Si la mise à niveau version à l'autre est autorisée sur ce site.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property AllowSelfServiceUpgrade As Boolean
Get
Set
'Utilisation
Dim instance As SPSite
Dim value As Boolean
value = instance.AllowSelfServiceUpgrade
instance.AllowSelfServiceUpgrade = value
public bool AllowSelfServiceUpgrade { get; set; }
Valeur de propriété
Type : System.Boolean