SetPSBreakpointCommand.Action Property

Definition

Gets or sets the action to take when hitting this breakpoint.

public:
 property System::Management::Automation::ScriptBlock ^ Action { System::Management::Automation::ScriptBlock ^ get(); void set(System::Management::Automation::ScriptBlock ^ value); };
public System.Management.Automation.ScriptBlock Action { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="Command")]
[System.Management.Automation.Parameter(ParameterSetName="Line")]
[System.Management.Automation.Parameter(ParameterSetName="Variable")]
public System.Management.Automation.ScriptBlock Action { get; set; }
member this.Action : System.Management.Automation.ScriptBlock with get, set
[<System.Management.Automation.Parameter(ParameterSetName="Command")>]
[<System.Management.Automation.Parameter(ParameterSetName="Line")>]
[<System.Management.Automation.Parameter(ParameterSetName="Variable")>]
member this.Action : System.Management.Automation.ScriptBlock with get, set
Public Property Action As ScriptBlock

Property Value

Attributes

Applies to