FormObjectSet.object 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
object(Int32) | |
object(Int32, Int32) |
object(Int32)
public:
virtual Dynamics::AX::Application::FormDataObject ^ object(int _objectId);
public virtual Dynamics.AX.Application.FormDataObject object (int _objectId);
abstract member object : int -> Dynamics.AX.Application.FormDataObject
override this.object : int -> Dynamics.AX.Application.FormDataObject
Public Overridable Function object (_objectId As Integer) As FormDataObject
Parameters
- _objectId
- Int32
Returns
Applies to
object(Int32, Int32)
public:
virtual Dynamics::AX::Application::FormDataObject ^ object(int _fieldId, int _arrayIndex);
public virtual Dynamics.AX.Application.FormDataObject object (int _fieldId, int _arrayIndex);
abstract member object : int * int -> Dynamics.AX.Application.FormDataObject
override this.object : int * int -> Dynamics.AX.Application.FormDataObject
Public Overridable Function object (_fieldId As Integer, _arrayIndex As Integer) As FormDataObject
Parameters
- _fieldId
- Int32
- _arrayIndex
- Int32