Share via


SPMobileUserField.OptionTextLengthLimitKey Property

Gets a key for looking up, in the mobile web.config file, the maximum length, in characters, that any user name from the selection list 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_userfieldoptiontextlimit" which is set in the mobile web.config to a numeric value.

See Also

Reference

SPMobileUserField Class

SPMobileUserField Members

Microsoft.SharePoint.MobileControls Namespace