MobileListSiteMapPath.HideInteriorCurrentNodes property
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property HideInteriorCurrentNodes As Boolean
Get
Set
'Uso
Dim instance As MobileListSiteMapPath
Dim value As Boolean
value = instance.HideInteriorCurrentNodes
instance.HideInteriorCurrentNodes = value
public bool HideInteriorCurrentNodes { get; set; }
Property value
Type: System.Boolean