---
title: objc_property_attribute_t
framework: objectivec
role: symbol
role_heading: Structure
path: objectivec/objc_property_attribute_t
---

# objc_property_attribute_t

Defines a property attribute.

## Declaration

```swift
struct objc_property_attribute_t
```

## Topics

### Initializers

- [init(name:value:)](objectivec/objc_property_attribute_t/init(name:value:).md)

### Instance Properties

- [name](objectivec/objc_property_attribute_t/name.md)
- [value](objectivec/objc_property_attribute_t/value.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)

## See Also

### Class-Definition Data Structures

- [Method](objectivec/method.md)
- [Ivar](objectivec/ivar.md)
- [Category](objectivec/category.md)
- [objc_property_t](objectivec/objc_property_t.md)
- [IMP](objectivec/imp.md)
- [objc_method_description](objectivec/objc_method_description.md)
- [objc_cache](objectivec/objc_cache.md)
