SPFieldLookupValue.ToString Method

Returns the name of the Lookup field.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Function ToString As String

Dim instance As SPFieldLookupValue
Dim returnValue As String

returnValue = instance.ToString()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override string ToString()

Return Value

Type: System.String
A string that contains the name of the field.

See Also

Reference

SPFieldLookupValue Class

SPFieldLookupValue Members

Microsoft.SharePoint Namespace