Freigeben über


RegisterScheduledJobCommand.Name Property

Definition

Name of scheduled job definition.

[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="FilePath", Position=0)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ScriptBlock", Position=0)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string Name { get; set; }
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="FilePath", Position=0)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ScriptBlock", Position=0)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Name : string with get, set
Public Property Name As String

Property Value

Attributes

Applies to