Share via


Thread.Priority Property

Gets or sets a value that indicates the scheduling priority of the current thread.

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)

Syntax

public ThreadPriority Priority { get; set; }

Property Value

One of the ThreadPriority values. Note that the default priority value for threads is Normal.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Thread Class
Thread Members
System.Threading Namespace