Dictionary.Configurationkeyobject(Int32) Method

Definition

Provides information about a specified configuration key by returning a DictConfigurationKey object.

public:
 virtual Microsoft::Dynamics::Ax::Xpp::XppObjectBase ^ Configurationkeyobject(int _classId);
public virtual Microsoft.Dynamics.Ax.Xpp.XppObjectBase Configurationkeyobject (int _classId);
abstract member Configurationkeyobject : int -> Microsoft.Dynamics.Ax.Xpp.XppObjectBase
override this.Configurationkeyobject : int -> Microsoft.Dynamics.Ax.Xpp.XppObjectBase
Public Overridable Function Configurationkeyobject (_classId As Integer) As XppObjectBase

Parameters

_classId
Int32

Returns

A DictConfigurationKey object that contains information about the specified configuration key.

Applies to