InheritableProperty<TValueType>.GetDirectValue method

Gets the property value directly from the PublishingWeb object.

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

Syntax

'Declaration
Protected MustOverride Function GetDirectValue ( _
    web As SPWeb _
) As TValueType
'Usage
Dim web As SPWeb
Dim returnValue As TValueType

returnValue = Me.GetDirectValue(web)
protected abstract TValueType GetDirectValue(
    SPWeb web
)

Parameters

Return value

Type: TValueType

Remarks

This abstract method needs to be over-ridden in an inherited class.

See also

Reference

InheritableProperty<TValueType> class

InheritableProperty<TValueType> members

Microsoft.SharePoint.Publishing namespace

InheritableProperty<TValueType>