SPDataSourceViewPropertyDescriptor.GetValue method
Gets the current value of the property on a component.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.ObjectThe component object with the property to evaluate.
Return value
Type: System.Object
The value of the property.
See also
Reference
SPDataSourceViewPropertyDescriptor class