PowerShellTraceChannel Enum
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.
Defines enumerations for channels
public enum class PowerShellTraceChannel
public enum PowerShellTraceChannel
type PowerShellTraceChannel =
Public Enum PowerShellTraceChannel
- Inheritance
-
PowerShellTraceChannel
Fields
Name | Value | Description |
---|---|---|
None | 0 | None (No channel selected, should not be used) |
Operational | 16 | Operational Channel |
Analytic | 17 | Analytic Channel |
Debug | 18 | Debug Channel |