|
CommaSeparatedEventReportSettings Property
|
Namespace: GSF.SELEventParserAssembly: GSF.SELEventParser (in GSF.SELEventParser.dll) Version: 2.4.246-beta
Syntaxpublic Dictionary<string, string> Settings { get; set; }
Public Property Settings As Dictionary(Of String, String)
Get
Set
public:
property Dictionary<String^, String^>^ Settings {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}
member Settings : Dictionary<string, string> with get, set
function get_Settings();
function set_Settings(value);
View SourceProperty Value
DictionaryString,
String
See Also