---
title: name
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uisceneconfiguration/name
---

# name

The app-specific name assigned to the scene configuration.

## Declaration

```swift
var name: String? { get }
```

## Discussion

Discussion UIKit sets this property’s initial value using the UISceneConfigurationName key from the appropriate scene in your app’s Info.plist file. You also specify this value when you create a new scene-configuration object.

## See Also

### Getting the configuration attributes

- [role](uikit/uisceneconfiguration/role.md)
- [UISceneSession.Role](uikit/uiscenesession/role-swift.struct.md)
