ITask.Parameters Property |
The list of parameters of this task.
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.4.0.0 (5.4.0)
SyntaxDictionary<string, TaskParameter> Parameters { get; }
ReadOnly Property Parameters As Dictionary(Of String, TaskParameter)
Get
Property Value
Type:
Dictionary<String,
TaskParameter>
See Also