Click or drag to resize

LoadJobDefinitionResultMissingJobElements Property

List of missing job elements. The missing job elements might due to the plugins of such types are no longer available.

Namespace: RAYLASE.Marker.Job
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public IList<Metadata> MissingJobElements { get; set; }

Property Value

IListMetadata
See Also