Click or drag to resize

ScheduleJobCreationEntityJobs Property

Gets or sets the jobs.

Namespace:  AMCS.Elemos.IntegrationService.Entity.Schedule
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<JobPartialEntity> Jobs { get; set; }

Property Value

Type: ListJobPartialEntity
The jobs.
See Also