RegisterEngineEvent.Action Property

Definition

Provides access to the Action parameter.

public:
 property System::Activities::InArgument<System::Management::Automation::ScriptBlock ^> ^ Action { System::Activities::InArgument<System::Management::Automation::ScriptBlock ^> ^ get(); void set(System::Activities::InArgument<System::Management::Automation::ScriptBlock ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.Management.Automation.ScriptBlock> Action { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Action : System.Activities.InArgument<System.Management.Automation.ScriptBlock> with get, set
Public Property Action As InArgument(Of ScriptBlock)

Property Value

Attributes

Applies to