TreeNode.rootNode Method
In this article
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The root node of the AOT.
The method provides similar functionality to the rootNode method.