ConfigurationPropertyCollection.Item[String] Özellik

Tanım

Belirtilen ada sahip koleksiyon öğesini alır.

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

Parametreler

name
String

ConfigurationProperty Döndürülecek.

Özellik Değeri

ConfigurationProperty belirtilen namedeğerine sahip.

Örnekler

Aşağıdaki örnekte özelliğinin nasıl kullanılacağı gösterilmektedir Count .

Şunlara uygulanır

Ayrıca bkz.