This topic has not yet been rated - Rate this topic

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)
'Usage
Dim instance As DisableScheduledJobDefinitionBase
Dim value As String

value = instance.Name

instance.Name = value
[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 Preview

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.