Share via


SPBoundField.GetPropertyValue Method

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

Syntax

'Declaration
Protected Function GetPropertyValue ( _
    dataItem As Object, _
    dataFieldName As String _
) As String
'Usage
Dim dataItem As Object
Dim dataFieldName As String
Dim returnValue As String

returnValue = Me.GetPropertyValue(dataItem, _
    dataFieldName)
protected string GetPropertyValue(
    Object dataItem,
    string dataFieldName
)

Parameters

Return Value

Type: System.String
Returns String.

See Also

Reference

SPBoundField Class

SPBoundField Members

Microsoft.SharePoint.WebControls Namespace