SendActivityEventArgs.SendActivity Property

Definition

Gets the SendActivity that threw the event associated with this SendActivityEventArgs.

public:
 property System::Workflow::Activities::SendActivity ^ SendActivity { System::Workflow::Activities::SendActivity ^ get(); };
public System.Workflow.Activities.SendActivity SendActivity { get; }
member this.SendActivity : System.Workflow.Activities.SendActivity
Public ReadOnly Property SendActivity As SendActivity

Property Value

The SendActivity that threw the event associated with this SendActivityEventArgs.

Applies to