Share via


SPDataSourceViewPropertyDescriptor.ResetValue method

Resets the value for this property of the component to the default value.

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

Syntax

'Declaration
Public Overrides Sub ResetValue ( _
    component As Object _
)
'Usage
Dim instance As SPDataSourceViewPropertyDescriptor
Dim component As Object

instance.ResetValue(component)
public override void ResetValue(
    Object component
)

Parameters

  • component
    Type: System.Object

    The component object with the property to reset.

Remarks

The current implementation of this method takes no action.

See also

Reference

SPDataSourceViewPropertyDescriptor class

SPDataSourceViewPropertyDescriptor members

Microsoft.SharePoint.WebControls namespace