IBuildDetailSection.Priority Property

Returns the relative priority of this section. This value is used to sort the sections in ascending order before display. Standard sections have values like 100, 200, 300, and so on

Namespace:  Microsoft.TeamFoundation.Build.Controls
Assembly:  Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)

Syntax

'Declaration
ReadOnly Property Priority As Integer
int Priority { get; }
property int Priority {
    int get ();
}
abstract Priority : int with get
function get Priority () : int

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

IBuildDetailSection Interface

Microsoft.TeamFoundation.Build.Controls Namespace