Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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"
]
}