OfficeTask.ExpandGroups Property

Indicates whether a task is assigned to each member of a group or to an entire group.

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property ExpandGroups As Boolean
    Get
    Set
'Usage
Dim instance As OfficeTask
Dim value As Boolean

value = instance.ExpandGroups

instance.ExpandGroups = value
[ValidationOptionAttribute(ValidationOption.Required)]
public bool ExpandGroups { get; set; }

Property Value

Type: System.Boolean
true indicates that individual tasks are assigned to each member of a group; false indicates that one task gets assigned to the entire group and any member of the group may claim or complete it.

See Also

Reference

OfficeTask Class

OfficeTask Members

Microsoft.Office.Workflow.Actions Namespace