Share via


SPDataSourceViewPropertyDescriptor.GetValue Method

Gets the current value of the property on a component.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

returnValue = instance.GetValue(component)
public override Object GetValue(
    Object component
)

Parameters

  • component
    Type: System.Object

    The component object with the property to evaluate.

Return Value

Type: System.Object
The value of the property.

See Also

Reference

SPDataSourceViewPropertyDescriptor Class

SPDataSourceViewPropertyDescriptor Members

Microsoft.SharePoint.WebControls Namespace