<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSSavePanel/message",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSSavePanel(py)message"
  },
  "title" : "message"
}
-->

# message

The message text displayed in the panel.

```
var message: String! { get set }
```

## Discussion

This prompt appears on all [`NSSavePanel`](/documentation/AppKit/NSSavePanel) objects (or all [`NSOpenPanel`](/documentation/AppKit/NSOpenPanel) objects if this property is on an [`NSOpenPanel`](/documentation/AppKit/NSOpenPanel) instance) in your application. The default message text is an empty string.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)