FormTabPageControl.configurationKeyEx 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 list that contains the IDs of configuration keys that are in effect for the control.
public:
override Microsoft::Dynamics::Ax::Xpp::List ^ configurationKeyEx();
public override Microsoft.Dynamics.Ax.Xpp.List configurationKeyEx ();
override this.configurationKeyEx : unit -> Microsoft.Dynamics.Ax.Xpp.List
Public Overrides Function configurationKeyEx () As List
Returns
A list that contains the IDs of configuration keys that are in effect for the control.
Remarks
The returned list does not contain duplicate IDs. If the control is bound to a data source, the returned list of configuration key IDs also includes the configuration key ID for the table and field. The returned list also contains any configuration key IDs that are applied to the properties, extended data type, or enumType methods.