Share via


Label.maxLabelId(String) Method

Definition

Caution

The maxLabelId 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 ID for the last label in the specified label file.

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

Parameters

module
String

A string that specifies a three-letter label file ID.

Returns

An integer that indicates the maximum label ID for the specified label file.

Attributes

Applies to