---
title: imageName
framework: watchkit
role: symbol
role_heading: Instance Property
path: watchkit/wkimage/imagename
---

# imageName

The name of the image to load from the Watch app’s bundle.

## Declaration

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

## Discussion

Discussion The value in this property is set using the init(imageName:) method. For image objects created using other methods, this property is nil.

## See Also

### Getting the Image Data

- [image](watchkit/wkimage/image.md)
- [imageData](watchkit/wkimage/imagedata.md)
