---
title: contact
framework: cloudkit
role: symbol
role_heading: Instance Property
path: cloudkit/ckshare/blockedidentity/contact
---

# contact

A displayable CNContact representing the blocked user.

## Declaration

```swift
@NSCopying var contact: CNContact { get }
```

## Discussion

Discussion If the blocked identity does not exist in the user’s contacts or is not accessible, returns a newly created CNContact. This provides formatted blocked identity information suitable for display in the application’s UI.
