Site.UIVersionConfigurationEnabled-Eigenschaft
Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob die Benutzeroberfläche des visuellen Upgrades dieser Websitesammlung angezeigt wird.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property UIVersionConfigurationEnabled As Boolean
Get
Set
'Usage
Dim instance As Site
Dim value As Boolean
value = instance.UIVersionConfigurationEnabled
instance.UIVersionConfigurationEnabled = value
public bool UIVersionConfigurationEnabled { get; set; }
Eigenschaftswert
Typ: System.Boolean
Gibt Booleantrue Wenn die visuelles Upgrade Benutzeroberfläche dieser Websitesammlung angezeigt werden ansonsten false.