Share via


LookupTypeItem constructor

Initializes the LookupTypeItem with a data value and a string representing the localized data value.

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

Syntax

'Declaration
Public Sub New ( _
    value As Object, _
    localStr As String _
)
'Usage
Dim value As Object
Dim localStr As String

Dim instance As New LookupTypeItem(value, localStr)
public LookupTypeItem(
    Object value,
    string localStr
)

Parameters

  • localStr
    Type: System.String

    A string representing the localized data value.

See also

Reference

LookupTypeItem class

LookupTypeItem members

Microsoft.SharePoint.JSGrid namespace