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