Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents the answer(s) of a virtual event registration question.
Properties
| Property | Type | Description |
|---|---|---|
| booleanValue | Boolean | Boolean answer of the virtual event registration question. Only appears when answerInputType is boolean. |
| displayName | String | Display name of the registration question. |
| multiChoiceValues | String collection | Collection of text answer of the virtual event registration question. Only appears when answerInputType is multiChoice. |
| questionId | String | id of the virtual event registration question. |
| value | String | Text answer of the virtual event registration question. Appears when answerInputType is text, multilineText or singleChoice. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type
{
"@odata.type": "#microsoft.graph.virtualEventRegistrationQuestionAnswer",
"questionId": "String",
"displayName": "String",
"value": "String",
"booleanValue": "Boolean",
"multiChoiceValues": [
"String"
]
}