TraceCommandCommand.ListenerOption 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.
The parameter which determines the options for output from the trace listeners.
public:
property System::Diagnostics::TraceOptions ListenerOption { System::Diagnostics::TraceOptions get(); void set(System::Diagnostics::TraceOptions value); };
public System.Diagnostics.TraceOptions ListenerOption { get; set; }
[System.Management.Automation.Parameter]
public System.Diagnostics.TraceOptions ListenerOption { get; set; }
member this.ListenerOption : System.Diagnostics.TraceOptions with get, set
[<System.Management.Automation.Parameter>]
member this.ListenerOption : System.Diagnostics.TraceOptions with get, set
Public Property ListenerOption As TraceOptions
Property Value
- Attributes