namespace SvdCli.ServiceUtils { /// /// 服务运行帐户 /// public enum ServiceAccount { LocalSystem, LocalService, NetworkService, } }