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.

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:
© 2017 Microsoft