SPMobileBaseChoiceField.DisplaySelectionNumberLimitKey Property
When overridden in a derived class, gets a key for looking up, in the mobile web.config file, the maximum number of selected choices in a choice 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 Overridable ReadOnly Property DisplaySelectionNumberLimitKey As String
Get
'Usage
Dim value As String
value = Me.DisplaySelectionNumberLimitKey
protected virtual 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
The default implementation returns an empty String, so you must override this property to use it.