Compartilhar via


SPFieldMultiLineText.AppendOnly property

Obtém ou define um valor booleano que especifica se deve acrescentar alterações ao texto existente.

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

Syntax

'Declaração
Public Property AppendOnly As Boolean
    Get
    Set
'Uso
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 para acrescentar alterações ao texto existente; Caso contrário, false.

Ver também

Referência

SPFieldMultiLineText class

SPFieldMultiLineText members

Microsoft.SharePoint namespace