Share via


OfficeTask.ExpandGroups-Eigenschaft

Gibt an, ob eine Aufgabe jedes Mitglied einer Gruppe oder an eine ganze Gruppe zugeordnet ist.

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; }

Eigenschaftswert

Typ: System.Boolean
true gibt an, dass jedes Mitglied einer Gruppe einzelne Aufgaben zugewiesen werden. false gibt an, dass eine Aufgabe die gesamte Gruppe zugewiesen ruft und jedes Mitglied der Gruppe kann Ansprüche, oder schließen Sie sie.

Siehe auch

Referenz

OfficeTask Klasse

OfficeTask-Member

Microsoft.Office.Workflow.Actions-Namespace