Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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.