Freigeben über


ConfigurationPropertyCollection.Item[String] Eigenschaft

Definition

Ruft das Auflistungselement mit dem angegebenen Namen ab.

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

Parameter

name
String

Der zurückzugebende Wert ConfigurationProperty .

Eigenschaftswert

The ConfigurationProperty with the specified name.

Beispiele

Das folgende Beispiel zeigt, wie die Count Eigenschaft verwendet wird.

Gilt für:

Weitere Informationen