ThreadPoolThrottle.Priority Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property Priority As ThreadPriority
public ThreadPriority Priority { get; set; }
public:
property ThreadPriority Priority {
    ThreadPriority get ();
    void set (ThreadPriority value);
}
member Priority : ThreadPriority with get, set
function get Priority () : ThreadPriority
function set Priority (value : ThreadPriority)

Property Value

Type: System.Threading.ThreadPriority

.NET Framework Security

See Also

Reference

ThreadPoolThrottle Class

Microsoft.TeamFoundation.Framework.Server Namespace