TupleNode.IsLeaf-Eigenschaft
Ruft einen booleschen Wert, der angibt, ob dieser Knoten ein Endknoten ist.
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; }
Eigenschaftswert
Typ: System.Boolean
true Wenn dieser Knoten ein Endknoten ist (keine untergeordneten Elemente aufweist); andernfalls false.