DirectoryServicesPermissionEntryCollection::Remove Method (DirectoryServicesPermissionEntry^)

 

Removes the first occurrence of an object in this collection that is identical to the specified DirectoryServicesPermissionEntry object.

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

public:
void Remove(
	DirectoryServicesPermissionEntry^ value
)

Parameters

value
Type: System.DirectoryServices::DirectoryServicesPermissionEntry^

The specified DirectoryServicesPermissionEntry object to remove from this collection.

.NET Framework
Available since 1.1
Return to top
Show: