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)
Syntax
'Declaration
Property SectionHeader As String
string SectionHeader { get; set; }
property String^ SectionHeader {
String^ get ();
void set (String^ value);
}
abstract SectionHeader : string with get, set
function get SectionHeader () : String
function set SectionHeader (value : String)
Property Value
Type: System.String
Returns String.
.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.