TupleNode.Children property

Gets the child elements of the node.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Children As TupleNodeCollection
    Get
'Usage
Dim instance As TupleNode
Dim value As TupleNodeCollection

value = instance.Children
public TupleNodeCollection Children { get; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.TupleNodeCollection
The child elements of the node.

See also

Reference

TupleNode class

TupleNode members

Microsoft.PerformancePoint.Scorecards namespace