Click or drag to resize

JobDefinitionHasDynamicChild Property

Returns whether this job contains a dynamic job element recursively.

Namespace: RAYLASE.Marker.Job
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public bool HasDynamicChild { get; }

Return Value

Boolean
True when a dynamic child is found.
See Also