 | XmlSettings property |
Contains all (application) settings read in from the xml file.
Namespace: NetEti.FileToolsAssembly: NetEti.XMLAccess (in NetEti.XMLAccess.dll) Version: 1.0.0+3b7af40ae88c698645ce487c29a17724746a99fa
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