SPMobileUserField.OptionNumberLimitKey Property

Gets a key for looking up, in the mobile web.config file, the maximum number of users can be offered as choices by the lookup field on a mobile page.

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

Syntax

'Declaration
Protected Overrides ReadOnly Property OptionNumberLimitKey As String
    Get
'Usage
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_userfieldoptionnumberlimit" which is set in the mobile web.config to a numeric value.

See Also

Reference

SPMobileUserField Class

SPMobileUserField Members

Microsoft.SharePoint.MobileControls Namespace