# ActivityParticipant

**Kind:** Class

**Source:** `Outlook_plugin/src/activity/activity.model.ts` (line 77)

**Part of:** [Activity](subsystem-outlook-plugin-src-activity)

## Properties

| Property | Type |
|---|---|
| `ActivityParticipantID` | `number` |
| `ParticipantID` | `number` |
| `ParticipantTypeID` | `number` |
| `Company` | `string` |
| `Position` | `string` |
| `HasSigned` | `boolean` |
| `Attended` | `boolean` |
| `RelatedToTypeID` | `number` |
| `RelatedToID` | `number` |
| `ActivityID` | `number` |
| `Name` | `string` |
| `Title` | `string` |
| `IsSelected` | `boolean` |
| `Type` | `number` |
