TupleNode.IsPlaceholder property

Gets a Boolean value that indicates whether a placeholder node is used as the root node when this tree is a collection.

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 TupleNode
Dim value As Boolean

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

Property value

Type: System.Boolean
true if a placeholder node is used as the root node when this tree is a collection; otherwise false.

See also

Reference

TupleNode class

TupleNode members

Microsoft.PerformancePoint.Scorecards namespace