System.Diagnostics.ActivityTraceFlags
Specifies flags defined by the W3C standard that are associated with an activity.
namespace System.Diagnostics
{
public enum ActivityTraceFlags
{
None = 0,
Recorded = 1
}
}