Integrations (PTC products, 3rd party products and code) > Code integration (Ada, ARINC 653, C, C#, C++, IDL, Java, SQL and VB) > Visual Basic code > Mapping information > Enumeration literal mapping for Visual Basic (Visual Basic code)
  
Enumeration literal mapping for Visual Basic (Visual Basic code)
ACS generates Enumeration Literals as part of the parent enum definition.
ACS generates the child items, properties and tagged values of an Enumeration Literal as follows.
Child items:
An Enumeration Literal does not have any child items.
Properties:
Description property - this property is ignored.
Name property - ACS generates this property as the identifier of the enum member.
Tag Definitions:
The VB Profile does not have any Stereotypes that apply to Enumeration Literals.