ServiceControllerPermissionEntry.MachineName 속성

정의

서비스가 상주하는 컴퓨터의 이름을 가져옵니다.

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

속성 값

String

ServiceController와 관련된 서비스를 실행하고 있는 컴퓨터의 이름입니다.

적용 대상