AxVendTable.parmBirthCountyCode_IT Method [AX 2012]

Gets or sets the BirthCountyCode_IT parameter.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public AddressCountyCode_IT parmBirthCountyCode_IT([AddressCountyCode_IT _birthCountyCode_IT])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public AddressCountyCode_IT parmBirthCountyCode_IT([AddressCountyCode_IT _birthCountyCode_IT])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public AddressCountyCode_IT parmBirthCountyCode_IT([TransDate _birthDate])

  Microsoft Dynamics AX 2012 (FPK)
          public AddressCountyCode_IT parmBirthCountyCode_IT([TransDate _birthDate])

  Microsoft Dynamics AX 2012 (SYS)
          public AddressCountyCode_IT parmBirthCountyCode_IT([TransDate _birthDate])

Run On

Called

Parameters

Return Value

Type: AddressCountyCode_IT Extended Data Type
The value of the BirthCountyCode_IT parameter.

See Also

Reference

AxVendTable Class