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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
Public Property AppendOnly As Boolean
Get
Set
'Usage
Dim instance As SPFieldMultiLineText
Dim value As Boolean
value = instance.AppendOnly
instance.AppendOnly = value
[ClientCallableAttribute]
public bool AppendOnly { get; set; }
Property Value
Type: System.Boolean
true to append changes to the existing text; otherwise, false.