Share via


Label.getNextLabelFile Method

Definition

Caution

The getNextLabelFile method is intended for use from the AX Client during design time only. It should not be used anymore. It is replaced with Visual Studio based design tools.

Returns the next label file ID record.

public:
 System::String ^ getNextLabelFile();
[System.Obsolete("The getNextLabelFile method is intended for use from the AX Client during design time only. It should not be used anymore. It is replaced with Visual Studio based design tools.")]
public string getNextLabelFile ();
[<System.Obsolete("The getNextLabelFile method is intended for use from the AX Client during design time only. It should not be used anymore. It is replaced with Visual Studio based design tools.")>]
member this.getNextLabelFile : unit -> string
Public Function getNextLabelFile () As String

Returns

A string data type value that indicates the label file ID.

Attributes

Remarks

A label file ID is a three-letter identifier for a label file.

Applies to