---
title: startSpecifier
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsrangespecifier/startspecifier
---

# startSpecifier

Returns the object specifier representing the first object of the range.

## Declaration

```swift
var startSpecifier: NSScriptObjectSpecifier? { get set }
```

## Return Value

Return Value The object specifier representing the first object of the range.

## See Also

### Accessing a range specifier

- [endSpecifier](foundation/nsrangespecifier/endspecifier.md)
