ExternalDataEventArgs.Identity Property

Definition

Gets or sets the identity of the user that raised the event.

public:
 property System::String ^ Identity { System::String ^ get(); void set(System::String ^ value); };
public string Identity { get; set; }
member this.Identity : string with get, set
Public Property Identity As String

Property Value

The identity of the user that is raising the event.

Remarks

This property is evaluated by the HandleExternalEventActivity activity. If the value that is set in the Roles property of this activity does not match any of the roles associated with the user identity, the activity is not allowed to execute.

The entity that raises the event can be a person or a computer.

Identity is used by the Roles functionality to ensure that this identity is allowed to submit data to this workflow.

Applies to