MemberNode.IsPlaceholder property

Gets a Boolean value that indicates whether this node is a placeholder node.

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

Syntax

'Declaration
Public ReadOnly Property IsPlaceholder As Boolean
    Get
'Usage
Dim instance As MemberNode
Dim value As Boolean

value = instance.IsPlaceholder
public bool IsPlaceholder { get; }

Property value

Type: System.Boolean
true if this node is a placeholder node; otherwise false.

Remarks

A placeholder node is used as the root node when this tree is just a collection.

See also

Reference

MemberNode class

MemberNode members

Microsoft.PerformancePoint.Scorecards namespace