RegisterScheduledJobCommand.MaxResultCount 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.
Maximum number of job results allowed in job store.
[System.Management.Automation.Parameter(ParameterSetName="FilePath")]
[System.Management.Automation.Parameter(ParameterSetName="ScriptBlock")]
public int MaxResultCount { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="FilePath")>]
[<System.Management.Automation.Parameter(ParameterSetName="ScriptBlock")>]
member this.MaxResultCount : int with get, set
Public Property MaxResultCount As Integer
Property Value
- Attributes