Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 2.33 KB

File metadata and controls

54 lines (43 loc) · 2.33 KB
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

virtualEventRegistrationPredefinedQuestion resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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