SPMobileComputedField.TextLengthLimitKey Property

Gets a string that can be used to look up (in the mobile web.config file) the mobile rendering limit of the field.

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

Syntax

Protected Overrides ReadOnly Property TextLengthLimitKey As String
    Get

Dim value As String

value = Me.TextLengthLimitKey
protected override string TextLengthLimitKey { get; }

Property Value

Type: System.String
A String that represents the lookup key that is used to look up the rendering limit of the field.

Remarks

This override returns "mobile_singlelinetextfieldtextlimit", which is set to 256 in the mobile web.config file that is included with Windows SharePoint Services 3.0.

See Also

Reference

SPMobileComputedField Class

SPMobileComputedField Members

Microsoft.SharePoint.MobileControls Namespace