Label.searchFirst(String) 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 searchFirst 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 ID that is found for a specified search term.
public:
System::String ^ searchFirst(System::String ^ searchString);
[System.Obsolete("The searchFirst 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 searchFirst (string searchString);
[<System.Obsolete("The searchFirst 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.searchFirst : string -> string
Public Function searchFirst (searchString As String) As String
Parameters
- searchString
- String
A string that specifies the search term.
Returns
A string value that indicates the label ID.
- Attributes