SPMobileChoiceField.OptionTextLengthLimitKey Property

Gets a key for looking up, in the mobile web.config file, the maximum length, in characters, that any option can have.

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

Syntax

'Declaration
Protected Overrides ReadOnly Property OptionTextLengthLimitKey As String
    Get
'Usage
Dim value As String

value = Me.OptionTextLengthLimitKey
protected override string OptionTextLengthLimitKey { 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_choicefieldoptiontextlimit", which is set to a numeric value in the web.config file.

See Also

Reference

SPMobileChoiceField Class

SPMobileChoiceField Members

Microsoft.SharePoint.MobileControls Namespace