Active Property (Read/Write)

Top  Previous  Next

Activates or desactivates Trace Agent functionality.

 

Vb.NET Syntax

 

Trace.Active [= Boolean]

 

C# Syntax

 

Trace.Active [= bool];

 

 

Remarks

 

If you assign the value of this property at design time, it acts only as the initial value for run-time.

 

Default value is False.