Share via


ICustomSummaryInformation.SectionPriority Property

Gets or sets the Section priority which is used to determine the order of the sections

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

Syntax

'Declaration
Property SectionPriority As Integer
int SectionPriority { get; set; }
property int SectionPriority {
    int get ();
    void set (int value);
}
abstract SectionPriority : int with get, set
function get SectionPriority () : int 
function set SectionPriority (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

ICustomSummaryInformation Interface

Microsoft.TeamFoundation.Build.Client Namespace