IOrderedSection.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.