IServiceConfig 接口

定义

提供代表服务配置的接口。

public interface class IServiceConfig
public interface IServiceConfig
type IServiceConfig = interface
Public Interface IServiceConfig
派生

属性

名称 说明
Password

获取或设置服务密码。

ServiceDisplayName

获得服务显示名称。

StartMode

获取或设置服务启动模式。

UserName

获取或设置与服务关联的用户名。

适用于