Share via


SectionControl.Content Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Get/Set the section content

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

Syntax

'Declaration
Public Property Content As Object
public Object Content { get; set; }
public:
property Object^ Content {
    Object^ get ();
    void set (Object^ value);
}
member Content : Object with get, set
function get Content () : Object 
function set Content (value : Object)

Property Value

Type: System.Object
Returns Object.

.NET Framework Security

See Also

Reference

SectionControl Class

Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework Namespace