SetPSBreakpointCommand.Line Property

Definition

Gets or sets the line to set the breakpoint on.

public:
 property cli::array <int> ^ Line { cli::array <int> ^ get(); void set(cli::array <int> ^ value); };
public:
 property Platform::Array <int> ^ Line { Platform::Array <int> ^ get(); void set(Platform::Array <int> ^ value); };
public int[] Line { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Line", Position=1)]
public int[] Line { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Line", Position=1)]
[System.Management.Automation.ValidateNotNull]
public int[] Line { get; set; }
member this.Line : int[] with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Line", Position=1)>]
member this.Line : int[] with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Line", Position=1)>]
[<System.Management.Automation.ValidateNotNull>]
member this.Line : int[] with get, set
Public Property Line As Integer()

Property Value

Int32[]
Attributes

Applies to