OfficeTask.ParticipantList property

A list of display name of each participant. This is delimited as if it were a multi-user lookup e.g."1;#John Doe;#2;#Jane Roe;#3;#FrontPage Lab Account"

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

Property value

Type: System.String
Returns String.

See also

Reference

OfficeTask class

OfficeTask members

Microsoft.Office.Workflow.Actions namespace