Share via


CustomSummaryInformation.SectionHeader Property

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

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Tracking
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Property SectionHeader As String
public string SectionHeader { get; set; }
public:
property String^ SectionHeader {
    String^ get ();
    void set (String^ value);
}
member 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

CustomSummaryInformation Class

Microsoft.TeamFoundation.Build.Workflow.Tracking Namespace