DirectoryAttributeModificationCollection.Item[Int32] Eigenschap

Definitie

De Item[Int32] eigenschap bevat het DirectoryAttributeModification object op de opgegeven index.

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

Parameters

index
Int32

De indexwaarde van het DirectoryAttributeModification object.

Waarde van eigenschap

Het DirectoryAttributeModification object op de opgegeven index.

Opmerkingen

Exceptions

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

Van toepassing op