ICustomSummaryInformation.SectionHeader Property

Gets or sets the Section header which is the string displayed at the top of the section

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

Syntax

'Declaration
Property SectionHeader As String
string SectionHeader { get; set; }
property String^ SectionHeader {
    String^ get ();
    void set (String^ value);
}
abstract SectionHeader : string with get, set
function get SectionHeader () : String 
function set SectionHeader (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ICustomSummaryInformation Interface

Microsoft.TeamFoundation.Build.Client Namespace