PSChildJobProxy.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 the job has or can have more data on one or more data collection
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