IBuildDetailSection.Header Property

Returns the header for this section. Usually this is just a localized string.

However, it can also return a Windows Presentation Foundation document paragraph that contains any valid elements for display.

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

Syntax

'Declaration
ReadOnly Property Header As Object
Object Header { get; }
property Object^ Header {
    Object^ get ();
}
abstract Header : Object with get
function get Header () : Object

Property Value

Type: System.Object
Returns Object.

.NET Framework Security

See Also

Reference

IBuildDetailSection Interface

Microsoft.TeamFoundation.Build.Controls Namespace