SPFieldMultiLineText.AppendOnly property
取得或設定布林值,指定是否要將變更附加到現有的文字。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property AppendOnly As Boolean
Get
Set
'用途
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否則, false。