ConfigurationPropertyCollection.Item[String] Свойство

Определение

Возвращает элемент коллекции с указанным именем.

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

Параметры

name
String

Возвращается ConfigurationProperty .

Значение свойства

Значение ConfigurationProperty с указанным name.

Примеры

В следующем примере показано, как использовать Count свойство.

Применяется к

См. также раздел