EventLogEntry.MachineName 속성

정의

이 엔트리가 생성된 컴퓨터의 이름을 가져옵니다.

public:
 property System::String ^ MachineName { System::String ^ get(); };
public string MachineName { get; }
member this.MachineName : string
Public ReadOnly Property MachineName As String

속성 값

String

이벤트 로그를 포함하는 컴퓨터의 이름입니다.

적용 대상