共用方式為


SPChangeQuery.Group property

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

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

Syntax

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

value = instance.Group

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

Property value

Type: System.Boolean
true包含變更群組 ;否則, false。預設值為false。

請參閱

參照

SPChangeQuery class

SPChangeQuery members

Microsoft.SharePoint namespace

SPChangeGroup