---
title: "admGetProjectPropertyKeys"
canonical: "https://support.appfire.com/space/PSJC/515211302/admGetProjectPropertyKeys"
format: markdown
---
> Macro (aura-html)


## Description

> Macro (excerpt)
> 
> Returns property keys of the project.

Returns an array of property keys available on the project.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admGetProjectPropertyKeys(projectKey) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | projectPropertyKeys(projectKey) |

## Parameters

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

## Return Type

**string []**

Returns all project property keys for a project.

## Example

```javascript
admGetProjectPropertyKeys("TEST");
```

## See also

> Macro (contentbylabel)