---
title: defaultValue
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/progressmanager/property/defaultvalue
---

# defaultValue

The default value to return when property is not set to a specific value.

## Declaration

```swift
static var defaultValue: Self.Value { get }
```

## Return Value

Return Value The default value for this property type.

## Discussion

Discussion This value is used when a progress manager doesn’t have an explicit value set for this property type.
