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.
Sets the property value directly to the PublishingWeb object.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Protected MustOverride Sub SetDirectValue ( _
value As TValueType, _
web As SPWeb _
)
'Usage
Dim value As TValueType
Dim web As SPWeb
Me.SetDirectValue(value, web)
protected abstract void SetDirectValue(
TValueType value,
SPWeb web
)
Parameters
- value
Type: TValueType
Property value being set on the target PublishingWeb object.
- web
Type: Microsoft.SharePoint.SPWeb
PublishingWeb object upon which to set the property value.
See Also
Reference
InheritableProperty<TValueType> Class
InheritableProperty<TValueType> Members