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
web
Type: Microsoft.SharePoint.SPWebPublishingWeb object from which to get the property value.
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