GetCountSummaryForEventSourceParameters.EventSource Property
Gets or sets the event source
Namespace: Microsoft.Azure.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
[FilterParameterAttribute("eventSource")]
public string EventSource { get; set; }
public:
[FilterParameterAttribute("eventSource")]
property String^ EventSource {
String^ get();
void set(String^ value);
}
[<FilterParameterAttribute("eventSource")>]
member EventSource : string with get, set
<FilterParameterAttribute("eventSource")>
Public Property EventSource As String
Property Value
Type: System.String
See Also
GetCountSummaryForEventSourceParameters Class
Microsoft.Azure.Insights Namespace
Return to top