Share via


OfficeTask.ParticipantList-Eigenschaft

Eine Liste der Anzeigename der einzelnen Teilnehmer. Dies wird begrenzt, als ob es sich um eine Mehrbenutzer-Lookup e.g."1;#John Doe; 2; #Jane Rogen; #3 #FrontPage Lab-Dienstkonto"

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ParticipantList As String
    Get
'Usage
Dim instance As OfficeTask
Dim value As String

value = instance.ParticipantList
[BrowsableAttribute(false)]
public string ParticipantList { get; }

Eigenschaftswert

Typ: System.String
Gibt String zurück.

Siehe auch

Referenz

OfficeTask Klasse

OfficeTask-Member

Microsoft.Office.Workflow.Actions-Namespace