SPMobileUserField.DisplaySelectionNumberLimitKey Property
Gets a key for looking up, in the mobile web.config file, the maximum number of selected users that will be shown on a list view or 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_multiuser_displaylimitforselectedusers" which is set in the mobile web.config to a numeric value.