SPChangeQuery.Field property
取得或設定指定是否在查詢中包含SPField的物件變更的Boolean值。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property Field As Boolean
Get
Set
'用途
Dim instance As SPChangeQuery
Dim value As Boolean
value = instance.Field
instance.Field = value
public bool Field { get; set; }
Property value
Type: System.Boolean
若要包括的欄位 ; 變更true否則, false。預設值為false。