Share via


SectionControl.IsSectionEmpty Property

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

Get/Set true to indicate that the section has no content

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

Syntax

'Declaration
Public Property IsSectionEmpty As Boolean
public bool IsSectionEmpty { get; set; }
public:
property bool IsSectionEmpty {
    bool get ();
    void set (bool value);
}
member IsSectionEmpty : bool with get, set
function get IsSectionEmpty () : boolean 
function set IsSectionEmpty (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

SectionControl Class

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