---
title: goalValue
framework: intents
role: symbol
role_heading: Instance Property
path: intents/instartworkoutintent/goalvalue-1dzvb
---

# goalValue

The numerical goal of the workout.

## Declaration

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

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

## Discussion

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 property.

## See Also

### Specifying Workout Details

- [workoutName](intents/instartworkoutintent/workoutname.md)
- [workoutGoalUnitType](intents/instartworkoutintent/workoutgoalunittype.md)
- [workoutLocationType](intents/instartworkoutintent/workoutlocationtype.md)
- [isOpenEnded](intents/instartworkoutintent/isopenended-avvd.md)
