SettingsPropertyCollection.Item[String] Proprietà

Definizione

Ottiene l'elemento dell'insieme avente il nome specificato.

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

Parametri

name
String

Nome dell'oggetto SettingsProperty.

Valore della proprietà

Oggetto SettingsProperty con il parametro name specificato.

Si applica a