TeamFieldValue.IncludeChildren Property
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
- 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.
See Also
Reference
Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace