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::Item Property (Int32)

 

Gets or sets a DirectoryServicesPermissionEntry object in this collection.

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

public:
property DirectoryServicesPermissionEntry^ default[
	int index
] {
	DirectoryServicesPermissionEntry^ get(int index);
	void set(int index, DirectoryServicesPermissionEntry^ value);
}

Parameters

index
Type: System::Int32

The zero-based index of the DirectoryServicesPermissionEntry object to get or set.

Property Value

Type: System.DirectoryServices::DirectoryServicesPermissionEntry^

The DirectoryServicesPermissionEntry object that exists at the specified index.

In C#, this property is the indexer for the DirectoryServicesPermissionEntryCollection class.

In JScript, you can use the default indexed properties defined by a type, but you cannot explicitly define your own. However, specifying the expando attribute on a class automatically provides a default indexed property with a type of Object and with an index type of String.

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