Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets or sets the priority for the requested build.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Property Priority As QueuePriority
'Usage
Dim instance As IBuildRequest
Dim value As QueuePriority
value = instance.Priority
instance.Priority = value
QueuePriority Priority { get; set; }
property QueuePriority Priority {
QueuePriority get ();
void set (QueuePriority value);
}
function get Priority () : QueuePriority
function set Priority (value : QueuePriority)
Property Value
Type: Microsoft.TeamFoundation.Build.Client.QueuePriority
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.