Share via


DisableScheduledJobDefinitionBase.Id Property

Gets or sets the numeric identifier 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

'Usage
Dim instance As DisableScheduledJobDefinitionBase
Dim value As Integer

value = instance.Id

instance.Id = value

Syntax

'Declaration
<ParameterAttribute(Position:=0, Mandatory:=True, ParameterSetName:="DefinitionId")> _
Public Property Id As Integer
[ParameterAttribute(Position=0, Mandatory=true, ParameterSetName="DefinitionId")] 
public int Id { get; set; }
[ParameterAttribute(Position=0, Mandatory=true, ParameterSetName=L"DefinitionId")] 
public:
property int Id {
    int get ();
    void set (int value);
}
/** @property */
public int get_Id ()

/** @property */
public void set_Id (int value)
public function get Id () : int

public function set Id (value : int)

Property Value

Returns Int32.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

DisableScheduledJobDefinitionBase Class
DisableScheduledJobDefinitionBase Members
Microsoft.PowerShell.ScheduledJob Namespace