Page.pageArgs 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.
Gets the page arguments.
public:
virtual Dynamics::AX::Application::PageArgs ^ pageArgs();
public virtual Dynamics.AX.Application.PageArgs pageArgs ();
abstract member pageArgs : unit -> Dynamics.AX.Application.PageArgs
override this.pageArgs : unit -> Dynamics.AX.Application.PageArgs
Public Overridable Function pageArgs () As PageArgs
Returns
The page arguments.