SPMobileCalculatedField.TextLengthLimitKey Property
Gets a key that is used to look up, in the mobile web.config file, the maximum characters length that the field value can have.
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 holds a key that is assigned to a particular number in the mobile web.config file.
Remarks
This override returns "mobile_calculatedfieldtextlimit". In the mobile web.config file, this key is set to a numeric value.