---
title: kMIDIPropertyModel
framework: coremidi
role: symbol
role_heading: Global Variable
path: coremidi/kmidipropertymodel
---

# kMIDIPropertyModel

The model name of a device or endpoint.

## Declaration

```swift
let kMIDIPropertyModel: CFString
```

## Discussion

Discussion Use this property in the following scenarios: MIDI drivers should set this property on their devices. Studio setup editors may allow the user to set this property on external devices. Creators of virtual endpoints may set this property on their endpoints.

## See Also

### Identification

- [kMIDIPropertyName](coremidi/kmidipropertyname.md)
- [kMIDIPropertyManufacturer](coremidi/kmidipropertymanufacturer.md)
- [kMIDIPropertyUniqueID](coremidi/kmidipropertyuniqueid.md)
- [kMIDIPropertyDeviceID](coremidi/kmidipropertydeviceid.md)
