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