Compartilhar via


SettingsPropertyValueCollection.Item[String] Propriedade

Definição

Obtém um item da coleção.

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

Parâmetros

name
String

Um objeto SettingsPropertyValue.

Valor da propriedade

SettingsPropertyValue

O SettingsPropertyValue objeto com o especificado name.

Aplica-se a