EtwProvider.Provider Property
Optional. The class name of the EventSource event, or, the GUID of the event provider.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public string Provider { get; set; }
public:
property String^ Provider {
String^ get();
void set(String^ value);
}
member Provider : string with get, set
Public Property Provider As String
Property Value
Type: System.String
See Also
EtwProvider Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top