 | SettingsSettings property |
Contains all (application) settings read in from the xml file.
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.SettingsAccess (in NetEti.SettingsAccess.dll) Version: 1.0.0+74327f8a513c1d4c053691f6420f2266134edbbe
Syntaxpublic Dictionary<string, string?>? Settings { get; }
Public ReadOnly Property Settings As Dictionary(Of String, String)
Get
public:
property Dictionary<String^, String^>^ Settings {
Dictionary<String^, String^>^ get ();
}
member Settings : Dictionary<string, string> with get
Property value
DictionaryString,
String
See also