Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
This property returns True if this PublishingWeb object is currently inheriting its value from the parent PublishingWeb object.
See Also
Reference
InheritableProperty<TValueType> Class
InheritableProperty<TValueType> Members