SPChangeQuery.File property
取得或設定指定是否在查詢中包含SPFile的物件變更的Boolean值。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property File As Boolean
Get
Set
'用途
Dim instance As SPChangeQuery
Dim value As Boolean
value = instance.File
instance.File = value
public bool File { get; set; }
Property value
Type: System.Boolean
true包含變更的檔案;否則, false。預設值為false。
備註
此物件型別適用於檔案的存在清單外,不是屬性的項目。