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
id
Type: System.StringUniquely identifies this lookup table.
items
Type: System.Collections.Generic.IEnumerable<LookupTypeItem>The list of known values for this lookup table.