Share via


SPMobileWeb.TextLengthLimitKey Property

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

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

Syntax

'Declaration
Protected Overrides ReadOnly Property TextLengthLimitKey As String
    Get
'Usage
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 length limit of the title.

Remarks

This override returns "mobile_webtitlelimit", which is set to a numeric value in the mobile web.config file that is included with SharePoint Foundation.

See Also

Reference

SPMobileWeb Class

SPMobileWeb Members

Microsoft.SharePoint.MobileControls Namespace