| TaskConstantsGeneratePairTaskDefaultValueKey Field |
The name of the setting in the
StageSettings that determines the default value assigned to every key/value pair by
the
GenerateInt32PairTaskT. The type of the setting is
Int32. This setting can only be
specified in the stage settings, not in the job settings.
Namespace:
Ookii.Jumbo.Jet.Tasks
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax public const string GeneratePairTaskDefaultValueKey = "GeneratePairTask.DefaultValue"
Public Const GeneratePairTaskDefaultValueKey As String = "GeneratePairTask.DefaultValue"
public:
literal String^ GeneratePairTaskDefaultValueKey = "GeneratePairTask.DefaultValue"
static val mutable GeneratePairTaskDefaultValueKey: string
Field Value
Type:
StringSee Also