Label.name(String, 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.
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