EtwProviders.ManifestProviders Property
Optional. Configures collection of ETW events from ETW Manifest providers.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public IList<EtwProvider> ManifestProviders { get; set; }
public:
property IList<EtwProvider^>^ ManifestProviders {
IList<EtwProvider^>^ get();
void set(IList<EtwProvider^>^ value);
}
member ManifestProviders : IList<EtwProvider> with get, set
Public Property ManifestProviders As IList(Of EtwProvider)
Property Value
Type: System.Collections.Generic.IList<EtwProvider>
See Also
EtwProviders Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top