ResultPropertyCollection.Item[String] プロパティ

定義

指定した名前のプロパティをこのコレクションから取得します。

public:
 property System::DirectoryServices::ResultPropertyValueCollection ^ default[System::String ^] { System::DirectoryServices::ResultPropertyValueCollection ^ get(System::String ^ name); };
public System.DirectoryServices.ResultPropertyValueCollection this[string name] { get; }
member this.Item(string) : System.DirectoryServices.ResultPropertyValueCollection
Default Public ReadOnly Property Item(name As String) As ResultPropertyValueCollection

パラメーター

name
String

取得するプロパティの名前。

プロパティ値

指定した名前の ResultPropertyValueCollection

注釈

C# では、このプロパティは ResultPropertyValueCollection クラスのインデクサーです。

JScript では、型によって定義される既定のインデックス付きプロパティを使用できますが、独自のプロパティを明示的に定義することはできません。 ただし、クラスに expando 属性を指定すると、型が Object でインデックスの種類が である既定のインデックス付きプロパティが String自動的に提供されます。

適用対象