SettingsPropertyCollection.Item[String] Özellik

Tanım

Belirtilen ada sahip koleksiyon öğesini alır.

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

Parametreler

name
String

Nesnenin SettingsProperty adı.

Özellik Değeri

SettingsProperty Belirtilen namedeğerine sahip nesne.

Şunlara uygulanır