SettingsPropertyCollection.Item[String] Vlastnost

Definice

Získá položku kolekce se zadaným názvem.

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

Název objektu SettingsProperty .

Hodnota vlastnosti

Objekt SettingsProperty se zadaným nameobjektem .

Platí pro