xClassFactory.lastValueDelete 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.
Overloads
lastValueDelete(String, String, UtilElementType, String) | |
lastValueDelete(String, String, UtilElementType, String, String) |
lastValueDelete(String, String, UtilElementType, String)
public:
virtual void lastValueDelete(System::String ^ text1, System::String ^ text2, Dynamics::AX::Application::UtilElementType type1, System::String ^ text3);
public virtual void lastValueDelete (string text1, string text2, Dynamics.AX.Application.UtilElementType type1, string text3);
abstract member lastValueDelete : string * string * Dynamics.AX.Application.UtilElementType * string -> unit
override this.lastValueDelete : string * string * Dynamics.AX.Application.UtilElementType * string -> unit
Public Overridable Sub lastValueDelete (text1 As String, text2 As String, type1 As UtilElementType, text3 As String)
Parameters
- text1
- String
- text2
- String
- type1
- UtilElementType
- text3
- String
Applies to
lastValueDelete(String, String, UtilElementType, String, String)
public:
virtual void lastValueDelete(System::String ^ _company, System::String ^ _user, Dynamics::AX::Application::UtilElementType _utilType, System::String ^ _name, System::String ^ _design);
public virtual void lastValueDelete (string _company, string _user, Dynamics.AX.Application.UtilElementType _utilType, string _name, string _design);
abstract member lastValueDelete : string * string * Dynamics.AX.Application.UtilElementType * string * string -> unit
override this.lastValueDelete : string * string * Dynamics.AX.Application.UtilElementType * string * string -> unit
Public Overridable Sub lastValueDelete (_company As String, _user As String, _utilType As UtilElementType, _name As String, _design As String)
Parameters
- _company
- String
- _user
- String
- _utilType
- UtilElementType
- _name
- String
- _design
- String