DiagnosticSection.EtwProviderId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.