> For the complete documentation index, see [llms.txt](https://tag.angular-package.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tag.angular-package.dev/attribute/instance/properties/name.md).

# #name

### `#name:`<mark style="color:green;">`Name`</mark>

The private property represents the attribute name of a generic type variable [`Name`](/attribute/generic-type-variables.md#wrap-opening).

{% code title="attribute.class.ts" %}

```typescript
#name: Name;
```

{% endcode %}
