---
title: accessibilityValue()
framework: appkit
role: symbol
role_heading: Instance Method
path: appkit/nsaccessibilityprogressindicator/accessibilityvalue()
---

# accessibilityValue()

Returns the progress indicator’s value.

## Declaration

```swift
func accessibilityValue() -> NSNumber?
```

## Return Value

Return Value The value of the progress indicator.

## Discussion

Discussion This method is the getter for the NSAccessibilityProtocol protocol’s accessibilityValue property. note: This class must also post an valueChanged notification whenever its value changes.
