DirectoryAttributeCollection.Item[Int32] Eigenschap

Definitie

De Item[Int32] eigenschap bevat het DirectoryAttribute object in de opgegeven index.

public:
 property System::DirectoryServices::Protocols::DirectoryAttribute ^ default[int] { System::DirectoryServices::Protocols::DirectoryAttribute ^ get(int index); void set(int index, System::DirectoryServices::Protocols::DirectoryAttribute ^ value); };
public System.DirectoryServices.Protocols.DirectoryAttribute this[int index] { get; set; }
member this.Item(int) : System.DirectoryServices.Protocols.DirectoryAttribute with get, set
Default Public Property Item(index As Integer) As DirectoryAttribute

Parameters

index
Int32

De indexwaarde van het DirectoryAttribute object.

Waarde van eigenschap

Het DirectoryAttribute object op de opgegeven index.

Opmerkingen

Exceptions

Exception Condition
ArgumentException U hebt geprobeerd de eigenschap in te stellen op null.

Van toepassing op