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.