SPMobileImageSizeSpecificField.TextLengthLimit Property
Gets the maximum number of characters that can be used to express the image size.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property TextLengthLimit As Integer
Get
'Usage
Dim instance As SPMobileImageSizeSpecificField
Dim value As Integer
value = instance.TextLengthLimit
public override int TextLengthLimit { get; }
Property Value
Type: System.Int32
An Int32 that represents the largest possible size of any value in the field (column).
See Also
Reference
SPMobileImageSizeSpecificField Class