PortalNavigation.CurrentIncludePages Property
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property CurrentIncludePages As Boolean
Get
Set
'Usage
Dim instance As PortalNavigation
Dim value As Boolean
value = instance.CurrentIncludePages
instance.CurrentIncludePages = value
public bool CurrentIncludePages { get; set; }
Property Value
Type: System.Boolean