The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ServiceControllerPermissionAccess Enumeration
.NET Framework (current version)
Defines access levels used by ServiceController permission classes.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.ServiceProcess (in System.ServiceProcess.dll)
| Member name | Description | |
|---|---|---|
| Browse | The ServiceController can connect to, but not control, existing services. | |
| Control | The ServiceController can connect to and control existing services. | |
| None | The ServiceController has no permissions. |
.NET Framework
Available since 1.1
Available since 1.1
Show: