SearchResultReferenceCollection.Item[Int32] プロパティ

定義

Item[Int32] プロパティには、指定したSearchResultReferenceにある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

パラメーター

index
Int32

SearchResultReference オブジェクトのインデックス値。

プロパティ値

指定したSearchResultReferenceにあるindex オブジェクト。

適用対象