Share via


SettingsPropertyCollection.Item[String] Propiedad

Definición

Obtiene el elemento de la colección con el nombre especificado.

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

Parámetros

name
String

Nombre del objeto SettingsProperty.

Valor de propiedad

Objeto SettingsProperty con el parámetro name especificado.

Se aplica a