Bagikan melalui


PropertyCollection.Item[String] Properti

Definisi

Mendapatkan properti yang ditentukan.

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

Parameter

propertyName
String

Nama properti yang akan diambil.

Nilai Properti

Nilai properti yang ditentukan.

Keterangan

Di C#, properti ini adalah pengindeks PropertyCollection untuk kelas .

Di JScript, Anda dapat menggunakan properti terindeks default yang ditentukan oleh jenis, tetapi Anda tidak dapat menentukan properti Anda sendiri secara eksplisit. Namun, menentukan atribut expando pada kelas secara otomatis menyediakan properti terindeks default dengan jenis Objek dan jenis Stringindeks .

Berlaku untuk