SPMobileZipCodeSpecificField.TextLengthLimitKey Property
Gets a String value that represents the mobile rendering limit of the field.
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
The “mobile_singlelinetextfieldtextlimit” string is the key that can be used to look up the actual rendering limit value stored in the mobile web.config file.
See Also
Reference
SPMobileZipCodeSpecificField Class