DirectoryAttributeModificationCollection.Item[Int32] Eigenschap
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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. |