DirectoryAttributeCollection.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 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. |