---
title: secondaryButtonLabel
framework: managedsettingsui
role: symbol
role_heading: Instance Property
path: managedsettingsui/shieldconfiguration/secondarybuttonlabel
---

# secondaryButtonLabel

The label of the optional secondary button.

## Declaration

```swift
let secondaryButtonLabel: ShieldConfiguration.Label?
```

## Discussion

Discussion Unlike the primary button, this button is borderless and has no background. If this is nil, then the shield doesn’t have a secondary button.

## See Also

### Configure the secondary button

- [secondaryButtonSubmenuItems](managedsettingsui/shieldconfiguration/secondarybuttonsubmenuitems.md)
