MemberNode.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 MemberNodeCollection
Get
'Usage
Dim instance As MemberNode
Dim value As MemberNodeCollection
value = instance.Children
public MemberNodeCollection Children { get; }
Property value
Type: Microsoft.PerformancePoint.Scorecards.MemberNodeCollection
The child elements of the node.