WmiConnectionInfo.MachineName 속성

정의

WMI가 설치된 컴퓨터의 이름을 가져오거나 설정합니다.

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

속성 값

WMI가 설치된 컴퓨터의 이름을 지정하는 String 값입니다.

예제

WMI 공급자를 사용하여 서비스 및 네트워크 설정 관리

적용 대상