DirectoryAttributeCollection.Item[Int32] Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Egenskapen Item[Int32] innehåller objektet DirectoryAttribute i det angivna indexet.
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
Parametrar
- index
- Int32
Indexvärdet för DirectoryAttribute objektet.
Egenskapsvärde
Objektet DirectoryAttribute i det angivna indexet.
Kommentarer
undantag
| Exception | Condition |
|---|---|
| ArgumentException | Du försökte ange egenskapen till null. |