SPMobileChoiceField.OptionNumberLimitKey Property

Gets a key for looking up, in the mobile web.config file, the maximum number of choices users can be given by the choice field.

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

Syntax

Protected Overrides ReadOnly Property OptionNumberLimitKey As String
    Get

Dim value As String

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

Property Value

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

Remarks

This override returns "mobile_choicefieldoptionnumberlimit", which is set to "10" in the web.config file that included with Windows SharePoint Services 3.0.

See Also

Reference

SPMobileChoiceField Class

SPMobileChoiceField Members

Microsoft.SharePoint.MobileControls Namespace