TraceSourceSettings.SwitchLevel 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.
public:
property System::Diagnostics::SourceLevels SwitchLevel { System::Diagnostics::SourceLevels get(); void set(System::Diagnostics::SourceLevels value); };
public System.Diagnostics.SourceLevels SwitchLevel { get; set; }
member this.SwitchLevel : System.Diagnostics.SourceLevels with get, set
Public Property SwitchLevel As SourceLevels