Member.IsChildCountReal Property
Gets or sets a Boolean value that indicates whether the count of child elements is the actual count or an estimate.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property IsChildCountReal As Boolean
Get
Set
'Usage
Dim instance As Member
Dim value As Boolean
value = instance.IsChildCountReal
instance.IsChildCountReal = value
public bool IsChildCountReal { get; set; }
Property Value
Type: System.Boolean
true if the value of the ChildCount property is the actual count of children; false if it is an estimate.