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

# windowFrameAutosaveName

The name under which the frame rectangle of the window owned by the receiver is stored in the defaults database.

```
var windowFrameAutosaveName: NSWindow.FrameAutosaveName { get set }
```

## Discussion

By default, `name` is an empty string, which means that no information is stored in the defaults database.

## See Also

[`-  setFrameAutosaveName:`](/documentation/AppKit/NSWindow/setFrameAutosaveName(_:))

Sets the name AppKit uses to automatically save the window’s frame rectangle data in the defaults system.



---

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)