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

适用于