TreeNode.AOTLayer 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 layer of the tree node.
public:
virtual Dynamics::AX::Application::UtilEntryLevel AOTLayer();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual Dynamics.AX.Application.UtilEntryLevel AOTLayer ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTLayer : unit -> Dynamics.AX.Application.UtilEntryLevel
override this.AOTLayer : unit -> Dynamics.AX.Application.UtilEntryLevel
Public Overridable Function AOTLayer () As UtilEntryLevel
Returns
The layer that this node resides in.
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Remarks
This method throws an exception if the method is not supported for the tree node. Use the TreeNode.TreeNodeType().isLayerAware() method to determine if the method is supported.