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