| IJobInfoConfiguration Property |
Gets the configuration of the job.
Namespace:
Ookii.Jumbo.Jet.Scheduling
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax JobConfiguration Configuration { get; }
ReadOnly Property Configuration As JobConfiguration
Get
property JobConfiguration^ Configuration {
JobConfiguration^ get ();
}
abstract Configuration : JobConfiguration with get
Property Value
Type:
JobConfiguration
The
JobConfiguration for the job.
See Also