---
title: "admGetProjectCategory"
canonical: "https://support.appfire.com/space/PSJ/15481769/admGetProjectCategory"
format: markdown
---
> Macro (aura-html)


|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admGetProjectCategory(pkey) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | getProjectCategory(pkey) |

## Description

> Macro (excerpt)
> 
> Set project category to the project.

Set project category to the project.

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| pkey | String | Yes | Project key. |

## Return Type

**String**

Returns the name of the project category associated with the project.

## Example

```
admGetProjectCategory("T3");
```

## See also

> Macro (contentbylabel)