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