| title | virtualEventRegistrationPredefinedQuestion resource type |
|---|---|
| description | Represents a predefined registration question associated with a virtual event. |
| author | halleclottey-msft |
| ms.localizationpriority | medium |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 06/13/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a predefined registration question associated with a virtualEventRegistration.
Currently, virtualEventRegistration only supports virtualEventWebinar.
Inherits from virtualEventRegistrationQuestionBase.
| Property | Type | Description |
|---|---|---|
| displayName | String | Display name of the registration question. Inherited from virtualEventRegistrationQuestionBase. |
| id | String | Unique identifier of the registration question. Inherited from virtualEventRegistrationQuestionBase. |
| isRequired | Boolean | Indicates whether an answer to the question is required. The default value is false. Inherited from virtualEventRegistrationQuestionBase. |
| label | virtualEventRegistrationPredefinedQuestionLabel | Label of the predefined registration question. The following label values accept a single line of text: street, city, state, postalCode, countryOrRegion, industry, jobTitle, and organization. unknownFutureValue is an evolvable enumeration sentinel value; do not use this label. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.virtualEventRegistrationPredefinedQuestion",
"label": "String",
"displayName": "String",
"id": "String (identifier)",
"isRequired": "Boolean"
}