TupleNode.IsLeaf property

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

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

Syntax

'Declaration
Public ReadOnly Property IsLeaf As Boolean
    Get
'Usage
Dim instance As TupleNode
Dim value As Boolean

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

Property value

Type: System.Boolean
true if this node is a leaf node (has no child elements); otherwise false.

See also

Reference

TupleNode class

TupleNode members

Microsoft.PerformancePoint.Scorecards namespace