DiagnosticSection.EtwProviderId Property

Definition

Gets the identifier for the Event-Tracing provider, which writes events to ETW sessions.

public:
 property System::String ^ EtwProviderId { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("etwProviderId", DefaultValue="{c651f5f6-1c0d-492e-8ae1-b4efd7c9d503}")]
[System.Configuration.StringValidator(MinLength=32)]
public string EtwProviderId { get; set; }
[<System.Configuration.ConfigurationProperty("etwProviderId", DefaultValue="{c651f5f6-1c0d-492e-8ae1-b4efd7c9d503}")>]
[<System.Configuration.StringValidator(MinLength=32)>]
member this.EtwProviderId : string with get, set
Public Property EtwProviderId As String

Property Value

Returns String.

Attributes

Applies to