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 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)
'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; }
Type: System.Boolean
true to allow the field unlimited length; otherwise, false.