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 限制。

适用于

另请参阅