SearchResultEntryCollection.Item[Int32] Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Egenskapen Item[Int32] innehåller SearchResultEntry objektet på den angivna index.
public:
property System::DirectoryServices::Protocols::SearchResultEntry ^ default[int] { System::DirectoryServices::Protocols::SearchResultEntry ^ get(int index); };
public System.DirectoryServices.Protocols.SearchResultEntry this[int index] { get; }
member this.Item(int) : System.DirectoryServices.Protocols.SearchResultEntry
Default Public ReadOnly Property Item(index As Integer) As SearchResultEntry
Parametrar
- index
- Int32
Indexvärdet för SearchResultEntry objektet.
Egenskapsvärde
Objektet SearchResultEntry på angivet index.