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