IServiceConfig 인터페이스

정의

서비스 구성을 나타내는 인터페이스를 제공합니다.

public interface class IServiceConfig
public interface IServiceConfig
type IServiceConfig = interface
Public Interface IServiceConfig
파생

속성

Name Description
Password

서비스 비밀번호를 받거나 설정합니다.

ServiceDisplayName

서비스 표시 이름을 얻습니다.

StartMode

서비스 시작 모드를 설정하거나 설정합니다.

UserName

서비스와 연결된 사용자 이름을 받거나 설정합니다.

적용 대상