'Declaration
<NullableAttribute(1)> <EventMetricValueAttribute("ConnectionId", SummaryFunction.Count, "", Caption="Connection Id", Description="The unique Id of the Http connection that provided the request")> Public Property ConnectionId As String
[Nullable(1)] [EventMetricValue("ConnectionId", SummaryFunction.Count, "", Caption="Connection Id", Description="The unique Id of the Http connection that provided the request")] public string ConnectionId {get; set;}