SetPSBreakpointCommand.Line Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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