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