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>