PSBreakpointCommandBase.Breakpoint Property
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.
the breakpoint to enable
C++
public:
property cli::array <System::Management::Automation::Breakpoint ^> ^ Breakpoint { cli::array <System::Management::Automation::Breakpoint ^> ^ get(); void set(cli::array <System::Management::Automation::Breakpoint ^> ^ value); };
public System.Management.Automation.Breakpoint[] Breakpoint { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Breakpoint", Position=0, ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNull]
public System.Management.Automation.Breakpoint[] Breakpoint { get; set; }
member this.Breakpoint : System.Management.Automation.Breakpoint[] with 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()
- Attributes
Produto | Versións |
---|---|
Windows PowerShell | 5.1.0.0 |