Share via


CompositeTask.ExpandGroup property

Gets or sets whether groups in the task assignee list should be expanded.

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

Syntax

'Declaration
Public Property ExpandGroup As InArgument(Of Boolean)
    Get
    Set
'Usage
Dim instance As CompositeTask
Dim value As InArgument(Of Boolean)

value = instance.ExpandGroup

instance.ExpandGroup = value
public InArgument<bool> ExpandGroup { get; set; }

Property value

Type: System.Activities.InArgument<Boolean>
true if the groups should be expanded, otherwise false.

See also

Reference

CompositeTask class

CompositeTask members

Microsoft.SharePoint.WorkflowServices.Activities namespace