GetPSBreakpointCommand.Type Property

Definition

Commands of the breakpoints to output.

public:
 property cli::array <Microsoft::PowerShell::Commands::BreakpointType> ^ Type { cli::array <Microsoft::PowerShell::Commands::BreakpointType> ^ get(); void set(cli::array <Microsoft::PowerShell::Commands::BreakpointType> ^ value); };
public:
 property Platform::Array <Microsoft::PowerShell::Commands::BreakpointType> ^ Type { Platform::Array <Microsoft::PowerShell::Commands::BreakpointType> ^ get(); void set(Platform::Array <Microsoft::PowerShell::Commands::BreakpointType> ^ value); };
public Microsoft.PowerShell.Commands.BreakpointType[] Type { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Type", Position=0, ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNull]
public Microsoft.PowerShell.Commands.BreakpointType[] Type { get; set; }
member this.Type : Microsoft.PowerShell.Commands.BreakpointType[] with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Type", Position=0, ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateNotNull>]
member this.Type : Microsoft.PowerShell.Commands.BreakpointType[] with get, set
Public Property Type As BreakpointType()

Property Value

Attributes

Applies to