Share via


Label.getFirstLabelFile Method

Definition

Caution

The getFirstLabelFile 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 first label file ID record.

public:
 System::String ^ getFirstLabelFile();
[System.Obsolete("The getFirstLabelFile 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 getFirstLabelFile ();
[<System.Obsolete("The getFirstLabelFile 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.getFirstLabelFile : unit -> string
Public Function getFirstLabelFile () 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