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::Insert Method (Int32, DirectoryServicesPermissionEntry^)

 

Inserts the specified DirectoryServicesPermissionEntry into this collection at the specified index.

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

public:
void Insert(
	int index,
	DirectoryServicesPermissionEntry^ value
)

Parameters

index
Type: System::Int32

The zero-based index in this collection where the object is inserted.

value
Type: System.DirectoryServices::DirectoryServicesPermissionEntry^

The DirectoryServicesPermissionEntry object to insert into this collection.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft