Share via


InheritableProperty<TValueType>.InheritFlagPropertyName property

Gets the name of the property flag to inherit.

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

Syntax

'Declaration
Protected MustOverride ReadOnly Property InheritFlagPropertyName As String
    Get
'Usage
Dim value As String

value = Me.InheritFlagPropertyName
protected abstract string InheritFlagPropertyName { get; }

Property value

Type: System.String
A string that specifies the name of the property flag to inherit.

See also

Reference

InheritableProperty<TValueType> class

InheritableProperty<TValueType> members

Microsoft.SharePoint.Publishing namespace

InheritableProperty<TValueType>