Dictionary.Classobject(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 class by returning a DictClass object.
public:
virtual Microsoft::Dynamics::Ax::Xpp::DictClass ^ Classobject(int _classId);
public virtual Microsoft.Dynamics.Ax.Xpp.DictClass Classobject (int _classId);
abstract member Classobject : int -> Microsoft.Dynamics.Ax.Xpp.DictClass
override this.Classobject : int -> Microsoft.Dynamics.Ax.Xpp.DictClass
Public Overridable Function Classobject (_classId As Integer) As DictClass
Parameters
- _classId
- Int32
A classId system data type that indicates a class ID.
Returns
A DictClass object that contains information about the specified class.