EventAttribute.Channel 속성

정의

이벤트를 작성해야 하는 추가 이벤트 로그를 가져오거나 설정합니다.

public:
 property System::Diagnostics::Tracing::EventChannel Channel { System::Diagnostics::Tracing::EventChannel get(); void set(System::Diagnostics::Tracing::EventChannel value); };
public System.Diagnostics.Tracing.EventChannel Channel { get; set; }
member this.Channel : System.Diagnostics.Tracing.EventChannel with get, set
Public Property Channel As EventChannel

속성 값

이벤트를 작성해야 하는 추가 이벤트 로그입니다.

적용 대상