Share via


SPDataSourceViewPropertyDescriptor.CanResetValue method

Returns a Boolean value that indicates whether resetting an object can change the value of the property.

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

Syntax

'Declaration
Public Overrides Function CanResetValue ( _
    component As Object _
) As Boolean
'Usage
Dim instance As SPDataSourceViewPropertyDescriptor
Dim component As Object
Dim returnValue As Boolean

returnValue = instance.CanResetValue(component)
public override bool CanResetValue(
    Object component
)

Parameters

  • component
    Type: System.Object

    The component object with the property to test.

Return value

Type: System.Boolean
true

See also

Reference

SPDataSourceViewPropertyDescriptor class

SPDataSourceViewPropertyDescriptor members

Microsoft.SharePoint.WebControls namespace