TreeNode.utilIdElement 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 a UtilIdElements record that is related to the node.
public:
virtual Dynamics::AX::Application::UtilIdElements ^ utilIdElement();
public virtual Dynamics.AX.Application.UtilIdElements utilIdElement ();
abstract member utilIdElement : unit -> Dynamics.AX.Application.UtilIdElements
override this.utilIdElement : unit -> Dynamics.AX.Application.UtilIdElements
Public Overridable Function utilIdElement () As UtilIdElements
Returns
The UtilIdElements record that is related to the node.
Remarks
This method throws an exception if the method is not supported for the tree node.