DirectoryAttributeModificationCollection.Item[Int32] Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Die Item[Int32] Eigenschaft enthält das DirectoryAttributeModification Objekt an der angegebenen 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
Parameter
- index
- Int32
Der Indexwert des DirectoryAttributeModification Objekts.
Eigenschaftswert
Das DirectoryAttributeModification Objekt an der angegebenen .index
Hinweise
Ausnahmen
| Exception | Zustand |
|---|---|
| Argumentexception | Sie haben versucht, die Eigenschaft auf .null |