SPMobileAttachmentsField.TextLengthLimitKey Property
Gets the key used to look up the maximum text length for the rendered field in the mobile web.config file.
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
Returns "mobile_attachmentsfieldtextlimit."
Remarks
"mobile_attachmentsfieldtextlimit" is defined as a numeric value in the mobile web.config.
See Also
Reference
SPMobileAttachmentsField Class