Dictionary.Configurationkeyobject(Int32) 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.
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.