DsmlResponseDocument.Item[Int32] Property

Definition

The Item[Int32] property contains the DirectoryResponse object at the specified 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

Parameters

index
Int32

The zero-based index value at which the DirectoryResponse object is found.

Property Value

The DirectoryResponse object at the specified index.

Applies to