Member.ChildCount Property
Gets or sets the number of child elements that the member contains.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property ChildCount As Long
Get
Set
'Usage
Dim instance As Member
Dim value As Long
value = instance.ChildCount
instance.ChildCount = value
public long ChildCount { get; set; }
Property Value
Type: System.Int64
The number of child elements that the member contains.