TreeNode.AOTprevious 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 previous sibling of this tree node.
public:
virtual Dynamics::AX::Application::TreeNode ^ AOTprevious();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual Dynamics.AX.Application.TreeNode AOTprevious ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTprevious : unit -> Dynamics.AX.Application.TreeNode
override this.AOTprevious : unit -> Dynamics.AX.Application.TreeNode
Public Overridable Function AOTprevious () As TreeNode
Returns
The previous tree node relative to this one on the same level.
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute