Share via


InheritableProperty<TValueType>.IsInheriting Property

Indicates whether this property is inheriting its value from the parent PublishingWeb object.

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

Syntax

'Declaration
Public ReadOnly Property IsInheriting As Boolean
    Get
'Usage
Dim instance As InheritableProperty
Dim value As Boolean

value = instance.IsInheriting
public bool IsInheriting { get; }

Property Value

Type: System.Boolean

Remarks

true if the PublishingWeb object inherits its value, PublishingWeb object; otherwise, false

See Also

Reference

InheritableProperty<TValueType> Class

InheritableProperty<TValueType> Members

Microsoft.SharePoint.Publishing Namespace

InheritableProperty<TValueType>