PSBreakpointUpdaterCommandBase.Breakpoint Property

Definition

Gets or sets the breakpoint to enable.

[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Breakpoint", Position=0, ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNull]
public System.Management.Automation.Breakpoint[] Breakpoint { get; set; }
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Breakpoint", Position=0, ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateNotNull>]
member this.Breakpoint : System.Management.Automation.Breakpoint[] with get, set
Public Property Breakpoint As Breakpoint()

Property Value

Attributes

Applies to