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.
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.ObjectThe component object with the property to reset.
Remarks
The current implementation of this method takes no action.
See Also
Reference
SPDataSourceViewPropertyDescriptor Class