GetJobCommand.Before Property

Definition

Before time filter.

public:
 property DateTime Before { DateTime get(); void set(DateTime value); };
public DateTime Before { 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 DateTime Before { get; set; }
member this.Before : DateTime 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.Before : DateTime with get, set
Public Property Before As DateTime

Property Value

Attributes

Applies to