TeamFieldValue.IncludeChildren Property

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

Indicates whether children nodes should be included if the team field supports hierarchy

Namespace:  Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly:  Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)

Syntax

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

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

TeamFieldValue Class

Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace