Share via


GetJob.HasMoreData Property

Definition

Provides access to the HasMoreData parameter.

public:
 property System::Activities::InArgument<bool> ^ HasMoreData { System::Activities::InArgument<bool> ^ get(); void set(System::Activities::InArgument<bool> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<bool> HasMoreData { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.HasMoreData : System.Activities.InArgument<bool> with get, set
Public Property HasMoreData As InArgument(Of Boolean)

Property Value

Attributes

Applies to