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