xInfo.currentAOLayer 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.
Retrieves the current layer you are running in such as SYS, or USR.
public:
virtual Dynamics::AX::Application::UtilEntryLevel currentAOLayer();
public virtual Dynamics.AX.Application.UtilEntryLevel currentAOLayer ();
abstract member currentAOLayer : unit -> Dynamics.AX.Application.UtilEntryLevel
override this.currentAOLayer : unit -> Dynamics.AX.Application.UtilEntryLevel
Public Overridable Function currentAOLayer () As UtilEntryLevel
Returns
A UtilEntryLevel system enumeration value that indicates the current layer you are working in.
Remarks
For more information, see Layers.