EventLogPermissionEntryCollection::Remove Method (EventLogPermissionEntry^)

 

Removes a specified permission entry from this collection.

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

public:
void Remove(
	EventLogPermissionEntry^ value
)

Parameters

value
Type: System.Diagnostics::EventLogPermissionEntry^

The permission entry to remove.

.NET Framework
Available since 1.1
Return to top
Show: