ReflectionCallHelper.MakeTablePropertySetterCall 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.
public:
static void MakeTablePropertySetterCall(Microsoft::Dynamics::Ax::Xpp::Common ^ instance, int fieldNum, System::Object ^ value);
public static void MakeTablePropertySetterCall (Microsoft.Dynamics.Ax.Xpp.Common instance, int fieldNum, object value);
static member MakeTablePropertySetterCall : Microsoft.Dynamics.Ax.Xpp.Common * int * obj -> unit
Public Sub MakeTablePropertySetterCall (instance As Common, fieldNum As Integer, value As Object)
Parameters
- instance
- Common
- fieldNum
- Int32
- value
- Object