Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 2.1 KB

File metadata and controls

52 lines (43 loc) · 2.1 KB
title virtualEventRegistrationCustomQuestion resource type
description Represents a custom registration question associated with a virtual event registration.
author awang119
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 08/01/2024

virtualEventRegistrationCustomQuestion resource type

Namespace: microsoft.graph

Represents a custom registration question associated with a virtualEventRegistration.

Inherits from virtualEventRegistrationQuestionBase.

Properties

Property Type Description
answerChoices String collection Answer choices when answerInputType is singleChoice or multiChoice.
answerInputType virtualEventRegistrationQuestionAnswerInputType Input type of the registration question answer. Possible values are text, multilineText, singleChoice, multiChoice, boolean, and unknownFutureValue.
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.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.virtualEventRegistrationCustomQuestion",
  "answerChoices": [
    "String"
  ],
  "answerInputType": "String",
  "displayName": "String",
  "id": "String (identifier)",
  "isRequired": "Boolean"
}