Share via


PBAEnterprisePortalMain.assignValueToVariable Method [AX 2012]

Assigns a value to a specified variable.

Syntax

public void assignValueToVariable(
    str _varName, 
    int _arrayIndex, 
    str _value, 
    Types _type)

Run On

Server

Parameters

  • _varName
    Type: str
    The variable name.
  • _arrayIndex
    Type: int
    The variable index.
  • _value
    Type: str
    The value to assign.

See Also

Reference

PBAEnterprisePortalMain Class