xArgs.record 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
record() |
Gets or sets the record from the table on which the caller object is working. |
record(Common) |
record()
Gets or sets the record from the table on which the caller object is working.
public:
virtual Microsoft::Dynamics::Ax::Xpp::Common ^ record();
public virtual Microsoft.Dynamics.Ax.Xpp.Common record ();
abstract member record : unit -> Microsoft.Dynamics.Ax.Xpp.Common
override this.record : unit -> Microsoft.Dynamics.Ax.Xpp.Common
Public Overridable Function record () As Common
Returns
The record from the table on which the caller object is working.
Remarks
This method is used to access the values in the record that the calling object is currently using.
Applies to
record(Common)
public:
virtual Microsoft::Dynamics::Ax::Xpp::Common ^ record(Microsoft::Dynamics::Ax::Xpp::Common ^ _value);
public virtual Microsoft.Dynamics.Ax.Xpp.Common record (Microsoft.Dynamics.Ax.Xpp.Common _value);
abstract member record : Microsoft.Dynamics.Ax.Xpp.Common -> Microsoft.Dynamics.Ax.Xpp.Common
override this.record : Microsoft.Dynamics.Ax.Xpp.Common -> Microsoft.Dynamics.Ax.Xpp.Common
Public Overridable Function record (_value As Common) As Common
Parameters
- _value
- Common
The value to set; optional.