GetPSBreakpointCommand.Variable Property

Definition

Variables of the breakpoints to output.

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

Property Value

String[]
Attributes

Applies to