---
title: name
framework: javascriptcore
role: symbol
role_heading: Instance Property
path: javascriptcore/jsstaticvalue/name
---

# name

A null-terminated UTF-8 string that contains the property’s name.

## Declaration

```swift
var name: UnsafePointer<CChar>!
```

## See Also

### Accessing Static Value Information

- [getProperty](javascriptcore/jsstaticvalue/getproperty.md)
- [setProperty](javascriptcore/jsstaticvalue/setproperty.md)
- [attributes](javascriptcore/jsstaticvalue/attributes.md)
