다음을 통해 공유


ServiceInstaller.DisplayName 속성

정의

사용자가 서비스를 식별하는 데 사용되는 이름을 나타냅니다.

public:
 property System::String ^ DisplayName { System::String ^ get(); void set(System::String ^ value); };
public string DisplayName { get; set; }
[System.ServiceProcess.ServiceProcessDescription("ServiceInstallerDisplayName")]
public string DisplayName { get; set; }
member this.DisplayName : string with get, set
[<System.ServiceProcess.ServiceProcessDescription("ServiceInstallerDisplayName")>]
member this.DisplayName : string with get, set
Public Property DisplayName As String

속성 값

String

서비스와 관련된 이름이며 대화형 도구에 주로 사용됩니다.

특성

설명

DisplayName 예를 들어, 서비스에 대 한 설명이 포함 된 사용자를 읽을 수 있는 이름을 제공 하기 위해 서비스 제어 관리자에서 사용 됩니다. DisplayName 레지스트리 값을 되었지만 레지스트리 키로 사용 되지 않습니다. 따라서 제한 된 ServiceName 속성 값이 적용 되지 않습니다. ServiceName 제한 되므로 HKEY_LOCAL_MACHINES\System\CurrentControlSet\Services 레지스트리 키로 사용 됩니다.

표시 이름에 없기 때문에 이름, 선택에 제한이 되므로 서비스를 식별 하기 설치 유틸리티에서 사용 되지 않습니다는 ServiceName 속성입니다.

적용 대상

추가 정보