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