SetPSDebugCommand.Trace 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 script tracing level.
public:
property int Trace { int get(); void set(int value); };
public:
property int Trace { int get(); void set(int value); };
public int Trace { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="on")]
[System.Management.Automation.ValidateRange(0, 2)]
public int Trace { get; set; }
member this.Trace : int with get, set
[<System.Management.Automation.Parameter(ParameterSetName="on")>]
[<System.Management.Automation.ValidateRange(0, 2)>]
member this.Trace : int with get, set
Public Property Trace As Integer
Property Value
- Attributes