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)
Available in Sandboxed Solutions: No
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.ObjectThe component object with the property to test.
Return Value
Type: System.Boolean
true
See Also
Reference
SPDataSourceViewPropertyDescriptor Class