GetPSBreakpointCommand.Type 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.
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