Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the specified entity to the LookupList<T>.
Namespace: Microsoft.SharePoint.Linq
Assembly: Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)
Syntax
'Declaration
Public Sub Add ( _
item As T _
)
'Usage
Dim instance As LookupList
Dim item As T
instance.Add(item)
public void Add(
T item
)
Parameters
item
Type: TThe item that is added.