ICustomSummaryInformation is a helper interface for IBuildInformationNodes of type "CustomSummaryInformation". To obtain an ICustomSummaryInformation, use the InformationNodeConverters class.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public Interface ICustomSummaryInformation
public interface ICustomSummaryInformation
public interface class ICustomSummaryInformation
type ICustomSummaryInformation =  interface end
public interface ICustomSummaryInformation
The ICustomSummaryInformation type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Message | The message. | 
| .gif) | Node | The underlying IBuildInformationNode. | 
| .gif) | SectionHeader | Gets or sets the Section header which is the string displayed at the top of the section | 
| .gif) | SectionName | Gets or sets the Section name which uniquely identifies the section | 
| .gif) | SectionPriority | Gets or sets the Section priority which is used to determine the order of the sections | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Save | Saves the custom summary information to the server. | 
Top