virtualEventRegistrationPredefinedQuestion resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents a predefined registration question associated with a virtualEventRegistration.

Currently, virtualEventRegistration only supports virtualEventWebinar.

Inherits from virtualEventRegistrationQuestionBase.

Properties

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.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.virtualEventRegistrationPredefinedQuestion",
  "label": "String",
  "displayName": "String",  
  "id": "String (identifier)",
  "isRequired": "Boolean"
}