# EtherNet/Ip Endpoint Properties

## `tagName` (string, required)

The name of the tag

Examples: `"contTag"`, `"Program:prog.progTag"`, `"arrayTag[0]"`, `"arrayTag[0,1,2]"`, `"integerTag.0"`

## `programName` (string,null)

The name of the program. If this property is not set (and is null), the global program will be used.

Default: `null`

## `tagType` (string, enum)

The type of the tag

This element must be one of the following enum values:

* `SINT`
* `INT`
* `DINT`
* `REAL`
* `BOOL`
