IBuildDetailSection.Name Property

Returns the name of the section (this name should never be localized).

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

IBuildDetailSection Interface

Microsoft.TeamFoundation.Build.Controls Namespace