 | JobLogger property |
List of external loggers for a jobPackage.Job.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic Dictionary<string, LoggerShell> Loggers { get; set; }
Public Property Loggers As Dictionary(Of String, LoggerShell)
Get
Set
public:
property Dictionary<String^, LoggerShell^>^ Loggers {
Dictionary<String^, LoggerShell^>^ get ();
void set (Dictionary<String^, LoggerShell^>^ value);
}
member Loggers : Dictionary<string, LoggerShell> with get, set
Property value
DictionaryString,
LoggerShell
See also