IBuildDetailView.StandardSectionNames Property
Returns the names of all the standard sections in summary view of the Build Details View.
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
ReadOnly Property StandardSectionNames As String()
string[] StandardSectionNames { get; }
property array<String^>^ StandardSectionNames {
array<String^>^ get ();
}
abstract StandardSectionNames : string[] with get
function get StandardSectionNames () : String[]
Property Value
Type: array<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.