Share via


xInfo.getUserSetup Method

Definition

Retrieves a UserSetup object that is used to set user parameters.

public:
 virtual Dynamics::AX::Application::UserSetup ^ getUserSetup();
public virtual Dynamics.AX.Application.UserSetup getUserSetup ();
abstract member getUserSetup : unit -> Dynamics.AX.Application.UserSetup
override this.getUserSetup : unit -> Dynamics.AX.Application.UserSetup
Public Overridable Function getUserSetup () As UserSetup

Returns

A UserSetup object.

Remarks

The UserSetup system class provides an interface for setting user parameters.

Applies to