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
- 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.