EventLogConfiguration.IsEnabled Property

Definition

Gets or sets a value that indicates whether the event log is enabled or disabled. An enabled log is one in which events can be logged, and a disabled log is one in which events cannot be logged.

public:
 property bool IsEnabled { bool get(); void set(bool value); };
public bool IsEnabled { get; set; }
member this.IsEnabled : bool with get, set
Public Property IsEnabled As Boolean

Property Value

true if the log is enabled; otherwise, false.

Remarks

If the value of this property is changed, call the SaveChanges method to save the changes.

Applies to

See also