Share via


SPDataSourceViewPropertyDescriptor.SetValue method

Sets the value of the component to a different value.

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

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.Object

    The component with the property value that is to be set.

Remarks

The current implementation of this method takes no action.

See also

Reference

SPDataSourceViewPropertyDescriptor class

SPDataSourceViewPropertyDescriptor members

Microsoft.SharePoint.WebControls namespace