WindowsEventLog::DataSources Property

 

Optional. The Windows Event logs to collect. A list of XPath queries describing the windows events to be collected. For example: "System!*[System[(Level <=3)]]". To collect all events specify "*".

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

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