DirectoryAttributeModificationCollection.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 DirectoryAttributeModification objektet på den angivna 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
Parametrar
- index
- Int32
Indexvärdet för DirectoryAttributeModification objektet.
Egenskapsvärde
Objektet DirectoryAttributeModification på angivet index.
Kommentarer
undantag
| Exception | Tillstånd |
|---|---|
| ArgumentException | Du försökte ange egenskapen till null. |