Share via


xInfo.currentAOLayer Method

Definition

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.

Applies to