ListEventsParameters.EventChannels Property
Gets or sets the event channel
Namespace: Microsoft.Azure.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
[FilterParameterAttribute("eventChannels")]
public Nullable<EventChannels> EventChannels { get; set; }
public:
[FilterParameterAttribute("eventChannels")]
property Nullable<EventChannels> EventChannels {
Nullable<EventChannels> get();
void set(Nullable<EventChannels> value);
}
[<FilterParameterAttribute("eventChannels")>]
member EventChannels : Nullable<EventChannels> with get, set
<FilterParameterAttribute("eventChannels")>
Public Property EventChannels As Nullable(Of EventChannels)
Property Value
Type: System.Nullable<EventChannels>
See Also
ListEventsParameters Class
Microsoft.Azure.Insights Namespace
Return to top