ProfileQueryPreferredName.GetItemUrl Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Function GetItemUrl ( _
row As DataRow _
) As String
'Usage
Dim row As DataRow
Dim returnValue As String
returnValue = Me.GetItemUrl(row)
protected override string GetItemUrl(
DataRow row
)
Parameters
- row
Type: System.Data.DataRow
Return Value
Type: System.String
See Also
Reference
ProfileQueryPreferredName Class