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)
Syntax
public IList<string> DataSources { get; set; }
public:
property IList<String^>^ DataSources {
IList<String^>^ get();
void set(IList<String^>^ value);
}
member DataSources : IList<string> with get, set
Public Property DataSources As IList(Of String)
Property Value
Type: System.Collections.Generic.IList<String>
See Also
WindowsEventLog Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top