# Get Powerpoint Sensitivity Label

> `UiPath.Presentations.Activities.GetSensitivityLabel`

`UiPath.Presentations.Activities.GetSensitivityLabel`

Retrieves the sensitivity label of the selected presentation file.

For more information, refer to [Working with sensitivity labels](https://docs.uipath.com/activities/other/latest/productivity/working-with-sensitivity-labels).

## Configuring the activity

#### In the body of the activity

* **Presentation** - Select the plus sign to the right of the field, and then select the presentation file from which to retrieve the sensitivity label. Alternatively, you can enter a VB expression.
* **Save to** - Select the plus sign to the right of the field, and then select the sensitivity label to retrieve from the presentation. Alternatively, you can enter a VB expression.

#### Properties panel

**Common**

* **DisplayName** - The name displayed for the activity in the Designer panel.

**Input**

* **Presentation** - The presentation from which to retrieve the sensitivity label.

**Misc**

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.

**Output**

* **Sensitivity Label** - The sensitivity label retrieved from the presentation.

:::note
If the presentation file does not contain a sensitivity label, it returns an empty variable.
:::
