LookupTypeItem Class
Represents a lookup table value. For instance, one of the rows that would appear in a combo box for a lookup table valued cell.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.JSGrid.LookupTypeItem
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Class LookupTypeItem _
Implements IJsonSerializable, IEquatable(Of LookupTypeItem)
'Usage
Dim instance As LookupTypeItem
public class LookupTypeItem : IJsonSerializable,
IEquatable<LookupTypeItem>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.