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

Protected Overrides ReadOnly Property DisplaySelectionNumberLimitKey As String
    Get

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 "10" in the web.config file that is included with Windows SharePoint Services 3.0.

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