IOrderedSection.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
- 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.