SettingsPropertyCollection.Item[String] Propiedad

Definición

Obtiene el elemento de 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 SettingsProperty objeto.

Valor de propiedad

Objeto SettingsProperty con el objeto especificado name.

Se aplica a