---
title: possessiveForm
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/morphology/custompronoun/possessiveform
---

# possessiveForm

The posessive pronoun form to apply when using this custom pronoun behavior.

## Declaration

```swift
var possessiveForm: String? { get set }
```

## Discussion

Discussion In the English phrase “the bike is hers,” the pronoun “hers” exhibits the posessive form.

## See Also

### Determining Pronoun Forms

- [subjectForm](foundation/morphology/custompronoun/subjectform.md)
- [objectForm](foundation/morphology/custompronoun/objectform.md)
- [possessiveAdjectiveForm](foundation/morphology/custompronoun/possessiveadjectiveform.md)
- [reflexiveForm](foundation/morphology/custompronoun/reflexiveform.md)
