SPMobileLookupField.DisplaySelectionNumberLimitKey Property

Gets a key for looking up, in the mobile web.config file, the maximum number of selected choices in a lookup field that are shown in a list view or on an item Display page.

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

Syntax

'Declaration
Protected Overrides ReadOnly Property DisplaySelectionNumberLimitKey As String
    Get
'Usage
Dim value As String

value = Me.DisplaySelectionNumberLimitKey
protected override string DisplaySelectionNumberLimitKey { get; }

Property Value

Type: System.String
A String that holds a key that is assigned to a particular number in the mobile web.config file.

Remarks

This override returns "mobile_multilookup_displaylimitforselectedlookups", which is set to a numeric value in the mobile web.config file.

See Also

Reference

SPMobileLookupField Class

SPMobileLookupField Members

Microsoft.SharePoint.MobileControls Namespace