Subscriber priorities determine subscriber notification order. Subscribers with the same priority are notified in subscription order. The priorities must be in ascending priority order.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Enumeration SubscriberPriority
public enum SubscriberPriority
public enum class SubscriberPriority
type SubscriberPriority
public enum SubscriberPriority
Members
| Member name | Description | |
|---|---|---|
| AboveNormal | ||
| BelowNormal | ||
| High | ||
| Low | ||
| Normal | 
Remarks
Most subscribers should specify 'Normal' priority.