Muokkaa

Jaa


virtualEventRegistrationPredefinedQuestion resource type

Namespace: microsoft.graph

Represents a predefined registration question associated with a virtualEventRegistration.

Currently, virtualEventRegistration only supports virtualEventWebinar.

Inherits from virtualEventRegistrationQuestionBase.

Properties

Property Type Description
label virtualEventRegistrationPredefinedQuestionLabel Label of the predefined registration question. It accepts a single line of text: street, city, state, postalCode, countryOrRegion, industry, jobTitle, organization, and unknownFutureValue.

JSON representation

The following JSON representation shows the resource type.

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