System.Diagnostics.Tracing.EventDataAttribute public class EventDataAttribute : Attribute Documentation Code namespace System.Diagnostics.Tracing { public class EventDataAttribute : Attribute { public string Name { get; set; } public EventDataAttribute(); } }