TeamFoundationJobQueueEntry.HighPriority Property

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

Syntax

‘선언
Public Property HighPriority As Boolean
    Get
    Set
public bool HighPriority { get; set; }
public:
property bool HighPriority {
    bool get ();
    void set (bool value);
}
member HighPriority : bool with get, set
function get HighPriority () : boolean
function set HighPriority (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TeamFoundationJobQueueEntry Class

Microsoft.TeamFoundation.Framework.Server Namespace