Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Defines access levels used by ServiceController permission classes.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   System.ServiceProcess
Assembly:  System.ServiceProcess (in System.ServiceProcess.dll)

[FlagsAttribute]
public enum class ServiceControllerPermissionAccess

Member nameDescription
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
Return to top
Show:
© 2017 Microsoft