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.
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.SPWeb
PublishingWeb object from which to get the property value.
Return Value
Type: TValueType
See Also
Reference
InheritableProperty<TValueType> Class
InheritableProperty<TValueType> Members