Label.searchNext 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 searchNext 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 ID that is found for a search term that is passed to the searchFirst method.
public:
System::String ^ searchNext();
[System.Obsolete("The searchNext 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 searchNext ();
[<System.Obsolete("The searchNext 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.searchNext : unit -> string
Public Function searchNext () As String
Returns
A string value that indicates the label ID.
- Attributes
Remarks
You must call the searchFirst method before you call this method. Otherwise, this method returns a random label ID.