SearchResultReferenceCollection.Item[Int32] Eigenschap

Definitie

De Item[Int32] eigenschap bevat het SearchResultReference object op de opgegeven index.

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

Parameters

index
Int32

De indexwaarde van het SearchResultReference object.

Waarde van eigenschap

Het SearchResultReference object op de opgegeven index.

Van toepassing op