SPHierarchyDataSourceControl.ShowWebChildren Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ShowWebChildren As Boolean
Get
Set
'Usage
Dim instance As SPHierarchyDataSourceControl
Dim value As Boolean
value = instance.ShowWebChildren
instance.ShowWebChildren = value
public bool ShowWebChildren { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
SPHierarchyDataSourceControl Class