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