'Declaration
<EventMetricValueAttribute("userName", SummaryFunction.Count, "", Caption="User", Description="The user associated with the action being performed")> <JsonIgnoreAttribute()> Public Property UserName As String
[EventMetricValue("userName", SummaryFunction.Count, "", Caption="User", Description="The user associated with the action being performed")] [JsonIgnore()] public string UserName {get; set;}