Form.formRunHasMethod(xFormRun, 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.
public:
static bool formRunHasMethod(Dynamics::AX::Application::xFormRun ^ _formRun, System::String ^ _methodName);
public static bool formRunHasMethod (Dynamics.AX.Application.xFormRun _formRun, string _methodName);
static member formRunHasMethod : Dynamics.AX.Application.xFormRun * string -> bool
Public Shared Function formRunHasMethod (_formRun As xFormRun, _methodName As String) As Boolean
Parameters
- _formRun
- xFormRun
- _methodName
- String