DisableScheduledJobDefinitionBase.Name Property
Gets or sets the name of the scheduled job definition. This SDK programming element is introduced in Windows PowerShell 3.0.
Namespace: Microsoft.PowerShell.ScheduledJob
Assembly: Microsoft.PowerShell.ScheduledJob (in Microsoft.PowerShell.ScheduledJob.dll)
Namespace: Microsoft.PowerShell.ScheduledJob
Assembly: Microsoft.PowerShell.ScheduledJob (in Microsoft.PowerShell.ScheduledJob.dll)
[ParameterAttribute(Position=0, Mandatory=true, ParameterSetName="DefinitionName")] [ValidateNotNullOrEmptyAttribute] public string Name { get; set; }
/** @property */ public String get_Name () /** @property */ public void set_Name (String value)
public function get Name () : String public function set Name (value : String)
Property Value
Returns String.
Any public static (
Shared
in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Target Platforms
Windows Developer Preview, Windows Server Developer PreviewSend comments about this topic to Microsoft.