다음을 통해 공유


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를 반환합니다.

특성

적용 대상