Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.6 KB

File metadata and controls

46 lines (37 loc) · 1.6 KB
title virtualEventRegistrationPredefinedQuestion resource type
description Represents a predefined registration question associated with a virtual event.
author awang119
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 08/01/2024

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"
}