Свойство Web.TreeViewEnabled
Gets or sets value that specifies whether the tree view is enabled on the site.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public Property TreeViewEnabled As Boolean
Get
Set
'Применение
Dim instance As Web
Dim value As Boolean
value = instance.TreeViewEnabled
instance.TreeViewEnabled = value
public bool TreeViewEnabled { get; set; }
Значение свойства
Тип: System.Boolean
true if the tree view is enabled on the site; otherwise, false.