PSEventJob.HasMoreData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.