ResultMember.ChildCount Property

Gets the number of child elements of the member.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property ChildCount As Long
    Get
'Usage
Dim instance As ResultMember
Dim value As Long

value = instance.ChildCount
public abstract long ChildCount { get; }

Property Value

Type: System.Int64
The number of child elements of the member.

See Also

Reference

ResultMember Class

ResultMember Members

Microsoft.PerformancePoint.Scorecards.ResultSet Namespace