---
title: suiteName
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsscriptcommanddescription/suitename
---

# suiteName

Returns the name of the suite that contains the command described by the receiver.

## Declaration

```swift
var suiteName: String { get }
```

## Return Value

Return Value The receiver’s suite name. Within an application’s scriptability information, named suites contain related sets of information.

## See Also

### Getting Basic Information About the Command

- [appleEventClassCode](foundation/nsscriptcommanddescription/appleeventclasscode.md)
- [appleEventCode](foundation/nsscriptcommanddescription/appleeventcode.md)
- [commandClassName](foundation/nsscriptcommanddescription/commandclassname.md)
- [commandName](foundation/nsscriptcommanddescription/commandname.md)
