TaskScheduler.Id Property

Definition

Gets the unique ID for this TaskScheduler.

public:
 property int Id { int get(); };
public int Id { get; }
member this.Id : int
Public ReadOnly Property Id As Integer

Property Value

Returns the unique ID for this TaskScheduler.

Remarks

For more information, see TaskScheduler.

Applies to

See also