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.
Caution
The LabelBulkEditor class is intended for design time use from within AX client. It should not be used anymore
The LabelBulkEditor class is used to quickly modify label files.
public ref class LabelBulkEditor : Microsoft::Dynamics::Ax::Xpp::XppObjectBase
[Microsoft.Dynamics.Ax.Xpp.KernelClass]
[System.Obsolete("The LabelBulkEditor class is intended for design time use from within AX client. It should not be used anymore")]
public class LabelBulkEditor : Microsoft.Dynamics.Ax.Xpp.XppObjectBase
[<Microsoft.Dynamics.Ax.Xpp.KernelClass>]
[<System.Obsolete("The LabelBulkEditor class is intended for design time use from within AX client. It should not be used anymore")>]
type LabelBulkEditor = class
inherit XppObjectBase
Public Class LabelBulkEditor
Inherits XppObjectBase
The LabelBulkEditor class is instantiated through the Label.bulkEditor() method. The label file is opened for modification when the instance of the class is created, and the label file is closed when the instance has garbage collected.