DsmlResponseDocument.Item[Int32] Eigenschaft

Definition

Die Item[Int32] Eigenschaft enthält das DirectoryResponse Objekt am angegebenen Index.

public:
 property System::DirectoryServices::Protocols::DirectoryResponse ^ default[int] { System::DirectoryServices::Protocols::DirectoryResponse ^ get(int index); };
public System.DirectoryServices.Protocols.DirectoryResponse this[int index] { get; }
member this.Item(int) : System.DirectoryServices.Protocols.DirectoryResponse
Default Public ReadOnly Property Item(index As Integer) As DirectoryResponse

Parameter

index
Int32

Der nullbasierte Indexwert, bei dem das DirectoryResponse Objekt gefunden wird.

Eigenschaftswert

Das DirectoryResponse -Objekt am angegebenen Index.

Gilt für: