PortalSiteMapDataSource.EnableInheritance property

Gets or sets a value that indicates whether or not to enact inheritance settings.

Namespace:  Microsoft.SharePoint.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property EnableInheritance As Boolean
    Get
    Set
'Usage
Dim instance As PortalSiteMapDataSource
Dim value As Boolean

value = instance.EnableInheritance

instance.EnableInheritance = value
public bool EnableInheritance { get; set; }

Property value

Type: System.Boolean

See also

Reference

PortalSiteMapDataSource class

PortalSiteMapDataSource members

Microsoft.SharePoint.Publishing.Navigation namespace