다음을 통해 공유


ServiceControllerPermissionAttribute.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

속성 값

String

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

예외

MachineName 구문이 잘못된 경우

적용 대상