<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -",
    "watchOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/ProgressReporter/subscript(dynamicMember:)-1ubk6",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Subscript",
  "symbol" : {
    "kind" : "Instance Subscript",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation16ProgressReporterC13dynamicMembers6UInt64Vs7KeyPathCyAA0B7ManagerC10PropertiesOxmG_tcAJ8PropertyRzSayAFG7SummaryRtzAF5ValueRtzluip"
  },
  "title" : "subscript(dynamicMember:)"
}
-->

# subscript(dynamicMember:)

Gets or sets custom unsigned integer properties.

```
final subscript<P>(dynamicMember key: KeyPath<ProgressManager.Properties, P.Type>) -> UInt64 where P : ProgressManager.Property, P.Summary == [UInt64], P.Value == UInt64 { get }
```

## Parameters

`key`

A key path to the custom unsigned integer property type.

## Overview

This subscript provides read-write access to custom progress properties where the value
type is `UInt64` and the summary type is `[UInt64]`. If the property has not been set,
the getter returns the property’s default value.

---

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)