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 value of the component to a different value.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Sub SetValue ( _
component As Object, _
value As Object _
)
'Usage
Dim instance As SPDataSourceViewPropertyDescriptor
Dim component As Object
Dim value As Object
instance.SetValue(component, value)
public override void SetValue(
Object component,
Object value
)
Parameters
component
Type: System.ObjectThe component with the property value that is to be set.
value
Type: System.ObjectThe new value.
Remarks
The current implementation of this method takes no action.
See Also
Reference
SPDataSourceViewPropertyDescriptor Class