SPFieldLookupValue constructor (String)

Initializes a new instance of the SPFieldLookupValue class that is based on the specified field value.

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

Syntax

'Declaration
Public Sub New ( _
    fieldValue As String _
)
'Usage
Dim fieldValue As String

Dim instance As New SPFieldLookupValue(fieldValue)
public SPFieldLookupValue(
    string fieldValue
)

Parameters

  • fieldValue
    Type: System.String

    A string that contains a field value.

Remarks

For information about the format for the fieldValue parameter, see the ToString() method.

See also

Reference

SPFieldLookupValue class

SPFieldLookupValue members

SPFieldLookupValue overload

Microsoft.SharePoint namespace