Share via


SPFieldMultiLineText.UnlimitedLengthInDocumentLibrary Property

Gets or sets a Boolean value that specifies whether to allow unlimited field length in document libraries.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Property UnlimitedLengthInDocumentLibrary As Boolean
    Get
    Set
'Usage
Dim instance As SPFieldMultiLineText
Dim value As Boolean

value = instance.UnlimitedLengthInDocumentLibrary

instance.UnlimitedLengthInDocumentLibrary = value
public bool UnlimitedLengthInDocumentLibrary { get; set; }

Property Value

Type: System.Boolean
true to allow the field unlimited length; otherwise, false.

See Also

Reference

SPFieldMultiLineText Class

SPFieldMultiLineText Members

Microsoft.SharePoint Namespace