Job.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:
abstract property bool HasMoreData { bool get(); };
public:
abstract property bool HasMoreData { bool get(); };
public abstract bool HasMoreData { get; }
member this.HasMoreData : bool
Public MustOverride ReadOnly Property HasMoreData As Boolean