| JobBuilderCompilerJob Property |
Gets the job configuration created by the compiler.
Namespace:
Ookii.Jumbo.Jet.Jobs.Builder
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax public JobConfiguration Job { get; }
Public ReadOnly Property Job As JobConfiguration
Get
public:
property JobConfiguration^ Job {
JobConfiguration^ get ();
}
member Job : JobConfiguration with get
Property Value
Type:
JobConfiguration
The job configuration.
See Also