共用方式為


SPChangeQuery.List property

取得或設定指定清單的變更是否包含在查詢中的Boolean值。

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

Syntax

'宣告
Public Property List As Boolean
    Get
    Set
'用途
Dim instance As SPChangeQuery
Dim value As Boolean

value = instance.List

instance.List = value
public bool List { get; set; }

Property value

Type: System.Boolean
true包含變更清單。否則, false。預設值為false。

請參閱

參照

SPChangeQuery class

SPChangeQuery members

Microsoft.SharePoint namespace

SPChangeList