DirectoryAttributeModificationCollection.Item[Int32] Egenskap

Definition

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.

Gäller för