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.
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.ObjectThe component object with the property to evaluate.
Return Value
Type: System.Object
The value of the property.
See Also
Reference
SPDataSourceViewPropertyDescriptor Class