ServiceInstaller.DisplayName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示向用户标识服务的友好名称。
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
属性值
与服务关联的名称,常用于交互工具。
- 属性
注解
例如,在服务控制管理器中,使用 为服务提供用户可读 DisplayName 的描述性名称。 DisplayName是注册表值,但从不用作注册表项。 因此,对 ServiceName 属性值的限制不适用。 ServiceName 用作注册表HKEY_LOCAL_MACHINES\System\CurrentControlSet\Services,因此它受到限制。
安装实用工具永远不会使用显示名称来标识服务,因此对名称的选择没有限制,因为属性有 ServiceName 限制。