Aracılığıyla paylaş


ActiveDirectoryRoleCollection.Item[Int32] Özellik

Tanım

Bu koleksiyondaki bir ActiveDirectoryRole nesneyi alır.

public:
 property System::DirectoryServices::ActiveDirectory::ActiveDirectoryRole default[int] { System::DirectoryServices::ActiveDirectory::ActiveDirectoryRole get(int index); };
public System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole this[int index] { get; }
member this.Item(int) : System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole
Default Public ReadOnly Property Item(index As Integer) As ActiveDirectoryRole

Parametreler

index
Int32

Alınacak nesnenin ActiveDirectoryRole sıfır tabanlı dizini.

Özellik Değeri

ActiveDirectoryRole Belirtilen dizinde bulunan nesne.

Özel durumlar

Belirtilen index koleksiyon aralığının dışında.

Şunlara uygulanır

Ayrıca bkz.