NodeKeys Property (SapTree)

Class

SapTree.

Action

Gets a collection containing either the node key of the root node, or the node keys of all nodes in the tree, depending on the application.

Syntax

C#
protected List(Of String) NodeKeys { get; }
VB
'Declaration
Protected Read Property NodeKeys As List(Of String)

Access

Read only.