ConfigurationPropertyCollection.Item[String] Eigenschap

Definitie

Hiermee haalt u het verzamelingsitem op met de opgegeven naam.

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

Parameters

name
String

De ConfigurationProperty terug te keren.

Waarde van eigenschap

De ConfigurationProperty met de opgegeven name.

Voorbeelden

In het volgende voorbeeld ziet u hoe u de Count eigenschap gebruikt.

Van toepassing op

Zie ook