IBuildDetailNode.SectionName Property

Returns the non-localized name of the section that this node should be positioned in.

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

Syntax

'Declaration
ReadOnly Property SectionName As String
string SectionName { get; }
property String^ SectionName {
    String^ get ();
}
abstract SectionName : string with get
function get SectionName () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

IBuildDetailNode Interface

Microsoft.TeamFoundation.Build.Controls Namespace