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.

See also

Reference

Member class

Member members

Microsoft.PerformancePoint.Scorecards namespace