SPFieldLookupValueCollection constructor (String)
Initializes a new instance of the SPFieldLookupValueCollection class 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 SPFieldLookupValueCollection(fieldValue)
public SPFieldLookupValueCollection(
string fieldValue
)
Parameters
fieldValue
Type: System.StringA string that specifies the value that is contained by the field.
See also
Reference
SPFieldLookupValueCollection class
SPFieldLookupValueCollection members