Share via


EventLogPermissionAttribute.MachineName 속성

정의

이벤트를 읽을 컴퓨터의 이름을 가져오거나 설정합니다.

public:
 property System::String ^ MachineName { System::String ^ get(); void set(System::String ^ value); };
public string MachineName { get; set; }
member this.MachineName : string with get, set
Public Property MachineName As String

속성 값

이벤트를 읽을 컴퓨터의 이름입니다. 기본값은 "."입니다.

예외

컴퓨터 이름이 잘못된 경우

적용 대상