Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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