LookupTypeInfo constructor

Initializes an object with a unique property ID and a list of known values for this lookup table.

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

Syntax

'Declaration
Public Sub New ( _
    id As String, _
    items As IEnumerable(Of LookupTypeItem) _
)
'Usage
Dim id As String
Dim items As IEnumerable(Of LookupTypeItem)

Dim instance As New LookupTypeInfo(id, items)
public LookupTypeInfo(
    string id,
    IEnumerable<LookupTypeItem> items
)

Parameters

See also

Reference

LookupTypeInfo class

LookupTypeInfo members

Microsoft.SharePoint.JSGrid namespace