SPMobileBaseChoiceField.OptionNumberLimitKey Property

When overridden in a derived class, 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 Overridable ReadOnly Property OptionNumberLimitKey As String
    Get

Dim value As String

value = Me.OptionNumberLimitKey
protected virtual 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

The default implementation returns an empty String, so you must override this property to use it.

See Also

Reference

SPMobileBaseChoiceField Class

SPMobileBaseChoiceField Members

Microsoft.SharePoint.MobileControls Namespace