SPSiteAdministration.AllowSelfServiceUpgrade-Eigenschaft
Gibt an, ob ein Version-zu-Version-Upgrade für diese Website erlaubt ist.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AllowSelfServiceUpgrade As Boolean
Get
Set
'Usage
Dim instance As SPSiteAdministration
Dim value As Boolean
value = instance.AllowSelfServiceUpgrade
instance.AllowSelfServiceUpgrade = value
public bool AllowSelfServiceUpgrade { get; set; }
Eigenschaftswert
Typ: System.Boolean