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
value
Type: System.ObjectThe data value.
localStr
Type: System.StringA string representing the localized data value.