HandleExternalEventActivity.Roles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a reference to a workflow role collection.
public:
property System::Workflow::Activities::WorkflowRoleCollection ^ Roles { System::Workflow::Activities::WorkflowRoleCollection ^ get(); void set(System::Workflow::Activities::WorkflowRoleCollection ^ value); };
public System.Workflow.Activities.WorkflowRoleCollection Roles { get; set; }
member this.Roles : System.Workflow.Activities.WorkflowRoleCollection with get, set
Public Property Roles As WorkflowRoleCollection
Property Value
A collection of a workflow role.
Remarks
The WorkflowRoleCollection limits the set of users who can send messages to a workflow instance through a HandleExternalEventActivity activity.