---
title: "setAttribute(_:forKeyword:)"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/nsappleeventdescriptor/setattribute(_:forkeyword:)"
---

# setAttribute(_:forKeyword:)

Adds a descriptor to the receiver as an attribute identified by the specified keyword.

## Declaration

```swift
func setAttribute(_ descriptor: NSAppleEventDescriptor, forKeyword keyword: AEKeyword)
```

## Parameters

- `descriptor`: The attribute descriptor to add to the receiver.
- `keyword`: A keyword (a four-character code) that identifies the attribute descriptor to add. If a descriptor with that keyword already exists in the receiver, it is replaced.

## Discussion

Discussion The receiver must be an Apple event. Currently provides no indication if an error occurs.

## See Also

### Working With Apple Event Descriptors

- [attributeDescriptor(forKeyword:)](foundation/nsappleeventdescriptor/attributedescriptor(forkeyword:).md)
- [eventClass](foundation/nsappleeventdescriptor/eventclass.md)
- [eventID](foundation/nsappleeventdescriptor/eventid.md)
- [paramDescriptor(forKeyword:)](foundation/nsappleeventdescriptor/paramdescriptor(forkeyword:).md)
- [removeParamDescriptor(withKeyword:)](foundation/nsappleeventdescriptor/removeparamdescriptor(withkeyword:).md)
- [returnID](foundation/nsappleeventdescriptor/returnid.md)
- [setParam(_:forKeyword:)](foundation/nsappleeventdescriptor/setparam(_:forkeyword:).md)
- [transactionID](foundation/nsappleeventdescriptor/transactionid.md)
