 | FrameworkConfigAppSettingsAdd Eigenschaft |
Liste von AppSettings-Einträgen, die hinzugefügt werden sollen.
Namensraum: NetEti.ApplicationEnvironmentAssembly: NetEti.UserSettingsAccess (in NetEti.UserSettingsAccess.dll) Version: 1.0.0+d8e82d48f49674f1ecbd7ed7e660b0342032d3b3
Syntaxpublic List<FrameworkConfigAppSettingEntry>? Add { get; set; }Public Property Add As List(Of FrameworkConfigAppSettingEntry)
Get
Set
public:
property List<FrameworkConfigAppSettingEntry^>^ Add {
List<FrameworkConfigAppSettingEntry^>^ get ();
void set (List<FrameworkConfigAppSettingEntry^>^ value);
}member Add : List<FrameworkConfigAppSettingEntry> with get, set
Eigenschaftswert
ListFrameworkConfigAppSettingEntry
Siehe auch