TreeNode.rootNode Method
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
Returns
The root node of the AOT.
Remarks
The method provides similar functionality to the rootNode method.