SPSite.UIVersionConfigurationEnabled - Propriété
Remarque : cette API est désormais obsolète.
Gets or sets a Boolean value that specifies whether to enable the visual upgrade user interface (UI) for changing the UI version of the site collection.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<ObsoleteAttribute("UIVersion is configured by deferred site upgrade.")> _
Public Property UIVersionConfigurationEnabled As Boolean
Get
Set
'Utilisation
Dim instance As SPSite
Dim value As Boolean
value = instance.UIVersionConfigurationEnabled
instance.UIVersionConfigurationEnabled = value
[ObsoleteAttribute("UIVersion is configured by deferred site upgrade.")]
public bool UIVersionConfigurationEnabled { get; set; }
Valeur de propriété
Type : System.Boolean
Boolean
true to display the visual upgrade UI; otherwise, false.