ContainerParentJob.HasMoreData Property

Definition

Indicates if more data is available.

public:
 virtual property bool HasMoreData { bool get(); };
public:
 virtual property bool HasMoreData { bool get(); };
public override bool HasMoreData { get; }
member this.HasMoreData : bool
Public Overrides ReadOnly Property HasMoreData As Boolean

Property Value

Remarks

This has more data if any of the child jobs have more data.

Applies to