GetJobCommand.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.
HasMoreData parameter.
public:
property bool HasMoreData { bool get(); void set(bool value); };
public:
property bool HasMoreData { bool get(); void set(bool value); };
public bool HasMoreData { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="CommandParameterSet")]
[System.Management.Automation.Parameter(ParameterSetName="InstanceIdParameterSet")]
[System.Management.Automation.Parameter(ParameterSetName="NameParameterSet")]
[System.Management.Automation.Parameter(ParameterSetName="SessionIdParameterSet")]
[System.Management.Automation.Parameter(ParameterSetName="StateParameterSet")]
public bool HasMoreData { get; set; }
member this.HasMoreData : bool with get, set
[<System.Management.Automation.Parameter(ParameterSetName="CommandParameterSet")>]
[<System.Management.Automation.Parameter(ParameterSetName="InstanceIdParameterSet")>]
[<System.Management.Automation.Parameter(ParameterSetName="NameParameterSet")>]
[<System.Management.Automation.Parameter(ParameterSetName="SessionIdParameterSet")>]
[<System.Management.Automation.Parameter(ParameterSetName="StateParameterSet")>]
member this.HasMoreData : bool with get, set
Public Property HasMoreData As Boolean
Property Value
- Attributes