EventLogConfiguration.ProviderControlGuid 속성

정의

로그가 디버그 로그인 경우 이벤트 로그의 제어 GUID(Globally Unique Identifier)를 가져옵니다. 이 로그가 디버그 로그가 아닌 경우 이 값은 null입니다.

public:
 property Nullable<Guid> ProviderControlGuid { Nullable<Guid> get(); };
public Guid? ProviderControlGuid { get; }
member this.ProviderControlGuid : Nullable<Guid>
Public ReadOnly Property ProviderControlGuid As Nullable(Of Guid)

속성 값

GUID 값이거나 null 로그가 디버그 로그가 아닌 경우 입니다.

적용 대상

추가 정보