xInfo.getUserSetup 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 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.