SettingsPropertyCollection.Item[String] Właściwość

Definicja

Pobiera element kolekcji o określonej nazwie.

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

Parametry

name
String

Nazwa SettingsProperty obiektu.

Wartość właściwości

Obiekt SettingsProperty o określonym nameobiekcie .

Dotyczy