xFormRun.tabOrder 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.
Overloads
tabOrder(Array) | |
tabOrder() |
tabOrder(Array)
public:
virtual Microsoft::Dynamics::Ax::Xpp::Array ^ tabOrder(Microsoft::Dynamics::Ax::Xpp::Array ^ _newValue);
public virtual Microsoft.Dynamics.Ax.Xpp.Array tabOrder (Microsoft.Dynamics.Ax.Xpp.Array _newValue);
abstract member tabOrder : Microsoft.Dynamics.Ax.Xpp.Array -> Microsoft.Dynamics.Ax.Xpp.Array
override this.tabOrder : Microsoft.Dynamics.Ax.Xpp.Array -> Microsoft.Dynamics.Ax.Xpp.Array
Public Overridable Function tabOrder (_newValue As Array) As Array
Parameters
- _newValue
- Array
Returns
Applies to
tabOrder()
public:
virtual Microsoft::Dynamics::Ax::Xpp::Array ^ tabOrder();
public virtual Microsoft.Dynamics.Ax.Xpp.Array tabOrder ();
abstract member tabOrder : unit -> Microsoft.Dynamics.Ax.Xpp.Array
override this.tabOrder : unit -> Microsoft.Dynamics.Ax.Xpp.Array
Public Overridable Function tabOrder () As Array