Skip to main content

ScheduledJobLogDto.Id Property

Identifies the executed task.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DataMember]
public int Id { get; set; }

Property Value

Type Description
Int32

An integer value, specifying the task ID.

See Also