ObjectRun.args 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 arguments that the object was constructed with.
public:
virtual Dynamics::AX::Application::xArgs ^ args();
public virtual Dynamics.AX.Application.xArgs args ();
abstract member args : unit -> Dynamics.AX.Application.xArgs
override this.args : unit -> Dynamics.AX.Application.xArgs
Public Overridable Function args () As xArgs
Returns
An Args Class object that contains the arguments for the object.