LookupTypeInfo.Lookup Property
Gets or sets a value specifying the value representing the lookup type.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Lookup As IEnumerable(Of LookupTypeItem)
Get
Private Set
'Usage
Dim instance As LookupTypeInfo
Dim value As IEnumerable(Of LookupTypeItem)
value = instance.Lookup
public IEnumerable<LookupTypeItem> Lookup { get; private set; }
Property Value
Type: System.Collections.Generic.IEnumerable<LookupTypeItem>
Returns IEnumerable<T>.