DiagnosticSection.EtwProviderId 属性

定义

获取将事件写入 ETW 会话的事件跟踪提供程序的标识符。

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

属性值

String

返回 String

属性

适用于