PSTraceSource.Switch 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 TraceSource's Switch.
public:
property System::Diagnostics::SourceSwitch ^ Switch { System::Diagnostics::SourceSwitch ^ get(); void set(System::Diagnostics::SourceSwitch ^ value); };
public System.Diagnostics.SourceSwitch Switch { get; set; }
member this.Switch : System.Diagnostics.SourceSwitch with get, set
Public Property Switch As SourceSwitch