IBuildInformationNode.Children Property
Gets the child nodes of this information node.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
ReadOnly Property Children As IBuildInformation
IBuildInformation Children { get; }
property IBuildInformation^ Children {
IBuildInformation^ get ();
}
abstract Children : IBuildInformation with get
function get Children () : IBuildInformation
Property Value
Type: Microsoft.TeamFoundation.Build.Client.IBuildInformation
The child nodes of this information node.
.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.