EtwProvider::Events Property

 

Optional. The list of events to collect.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

public:
property IList<EtwEventConfiguration^>^ Events {
	IList<EtwEventConfiguration^>^ get();
	void set(IList<EtwEventConfiguration^>^ value);
}
Return to top
Show: