<!--
{
  "availability" : [
    "iPadOS: 10.0.0 -",
    "ios: 10.0.0 -",
    "maccatalyst: 13.1.0 -",
    "macos: -",
    "tvos: -",
    "watchos: 3.2.0 -",
    "xros: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INStartWorkoutIntent/goalValue-1dzvb",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INStartWorkoutIntent(py)goalValue"
  },
  "title" : "goalValue"
}
-->

# goalValue

The numerical goal of the workout.

iOS, iPadOS, Mac Catalyst, tvOS, visionOS, watchOS:

```
@property (nonatomic, copy, readonly, nullable) NSNumber * goalValue;
```

macOS:

```
@property (atomic, copy, readonly, nullable) NSNumber * goalValue;
```

## Discussion

If the user specified a goal, this property contains the numerical value of that goal. You get the units associated with this goal from the [`workoutGoalUnitType`](/documentation/Intents/INStartWorkoutIntent/workoutGoalUnitType) property.

---

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)