Share via


Label.name(String, Int32) Method

Definition

Caution

The name 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 a label ID, based on a specified label file ID and label ID number.

public:
 System::String ^ name(System::String ^ module, int labelId);
[System.Obsolete("The name 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 name (string module, int labelId);
[<System.Obsolete("The name 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.name : string * int -> string
Public Function name (module As String, labelId As Integer) As String

Parameters

module
String

An integer that specifies the numeric part of a label ID.

labelId
Int32

An integer that specifies the numeric part of a label ID.

Returns

A string value that indicates the label ID.

Attributes

Applies to