Share via


LookupTypeInfo.LimitToList property

Gets or sets a value that specifies whether the only valid values for this type are the items passed into this object’s constructor. It defaults to true.

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

Syntax

'Declaration
Public Property LimitToList As Boolean
    Get
    Set
'Usage
Dim instance As LookupTypeInfo
Dim value As Boolean

value = instance.LimitToList

instance.LimitToList = value
public bool LimitToList { get; set; }

Property value

Type: System.Boolean
A Boolean indicating whether values are limited to those passed in during construction of the object.

See also

Reference

LookupTypeInfo class

LookupTypeInfo members

Microsoft.SharePoint.JSGrid namespace