ServiceControllerPermissionEntryCollection::Remove Method (ServiceControllerPermissionEntry^)

 

Removes a specified permission entry from this collection.

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

public:
void Remove(
	ServiceControllerPermissionEntry^ value
)

Parameters

value
Type: System.ServiceProcess::ServiceControllerPermissionEntry^

The permission entry to remove.

.NET Framework
Available since 1.1
Return to top
Show: