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