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)

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