CommonPageSummary.Sections Property

Get the summary sections

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

Syntax

'Declaration
Public Property Sections As ICollection(Of SummarySection)
public ICollection<SummarySection> Sections { get; set; }
public:
property ICollection<SummarySection^>^ Sections {
    ICollection<SummarySection^>^ get ();
    void set (ICollection<SummarySection^>^ value);
}
member Sections : ICollection<SummarySection> with get, set
function get Sections () : ICollection<SummarySection>
function set Sections (value : ICollection<SummarySection>)

Property Value

Type: System.Collections.Generic.ICollection<SummarySection>
Returns ICollection<T>.

.NET Framework Security

See Also

Reference

CommonPageSummary Class

Microsoft.TeamFoundation.Controls.WPF Namespace