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)
Available in Sandboxed Solutions: No

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