SPFieldMultiLineText.AppendOnly - Propriété
Obtient ou définit une valeur booléenne qui spécifie s'il faut ajouter des modifications à un texte existant.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property AppendOnly As Boolean
Get
Set
'Utilisation
Dim instance As SPFieldMultiLineText
Dim value As Boolean
value = instance.AppendOnly
instance.AppendOnly = value
public bool AppendOnly { get; set; }
Valeur de propriété
Type : System.Boolean
true pour ajouter des modifications à un texte existant ; dans le cas contraire, false.