PSWorkflowJob.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 that more data is available in this result object for reading.
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