This documentation is archived and is not being maintained.

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)

property String^ SectionHeader {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
Returns String.

Show: