SPFieldMultiLineText.AppendOnly property

Gets or sets a Boolean value that specifies whether to append changes to the existing text.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

value = instance.AppendOnly

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

Property value

Type: System.Boolean
true to append changes to the existing text; otherwise, false.

See also

Reference

SPFieldMultiLineText class

SPFieldMultiLineText members

Microsoft.SharePoint namespace