ConfigurationPropertyCollection.Item[String] Egenskap

Definition

Hämtar samlingsobjektet med det angivna namnet.

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

Parametrar

name
String

Att ConfigurationProperty återvända.

Egenskapsvärde

Med ConfigurationProperty angiven name.

Exempel

I följande exempel visas hur du använder egenskapen Count .

Gäller för

Se även