Dictionary.Enumobject(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 enumeration by returning a DictEnum object.
public:
virtual Microsoft::Dynamics::Ax::Xpp::XppObjectBase ^ Enumobject(int _classId);
public virtual Microsoft.Dynamics.Ax.Xpp.XppObjectBase Enumobject (int _classId);
abstract member Enumobject : int -> Microsoft.Dynamics.Ax.Xpp.XppObjectBase
override this.Enumobject : int -> Microsoft.Dynamics.Ax.Xpp.XppObjectBase
Public Overridable Function Enumobject (_classId As Integer) As XppObjectBase
Parameters
- _classId
- Int32
Returns
A DictEnum object that contains information about the specified enumeration.