Share via


SPMobileChoiceField.DisplaySelectionNumberLimitKey Property

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. Use this property only in the derived class SPMobileMultiChoiceField.

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_multichoice_displaylimitforselectedchoices", which is set to a numeric value in the mobile web.config file.

Warning

Use this property only in the derived class SPMobileMultiChoiceField. It has no meaning in an SPMobileChoiceField object.

See Also

Reference

SPMobileChoiceField Class

SPMobileChoiceField Members

Microsoft.SharePoint.MobileControls Namespace