PropertyCollection.Item[String] 속성

정의

지정한 속성을 가져옵니다.

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

매개 변수

propertyName
String

검색할 속성의 이름입니다.

속성 값

지정된 속성의 값입니다.

설명

C#에서 이 속성은 PropertyCollection 클래스의 인덱서입니다.

JScript에서는 형식으로 정의된 기본 인덱싱된 속성을 사용할 수 있지만 사용자 고유의 속성을 명시적으로 정의할 수는 없습니다. 그러나 클래스에 expando 특성 기본값을 자동으로 제공 지정 인덱싱된 개체의 유형 및 인덱스 형식이 속성 String합니다.

적용 대상