Contains the values for an
SPFieldLookup object that can contain multiple values.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
Public Class SPFieldLookupValueCollection
Inherits List(Of SPFieldLookupValue)
Dim instance As SPFieldLookupValueCollection
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)]
public class SPFieldLookupValueCollection : List<SPFieldLookupValue>
System.Object
System.Collections.Generic.List
Microsoft.SharePoint.SPFieldLookupValueCollection
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.