Share via


TreeNode.rootNode Method

Definition

Returns the root node of the AOT.

public:
 static Dynamics::AX::Application::TreeNode ^ rootNode();
public static Dynamics.AX.Application.TreeNode rootNode ();
static member rootNode : unit -> Dynamics.AX.Application.TreeNode
Public Shared Function rootNode () As TreeNode

Returns

The root node of the AOT.

Remarks

The method provides similar functionality to the rootNode method.

Applies to