ChoiceOutputFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response format definition.
public enum ChoiceOutputFormat
type ChoiceOutputFormat =
Public Enum ChoiceOutputFormat
- Inheritance
-
ChoiceOutputFormat
Fields
| Name | Value | Description |
|---|---|---|
| Value | 0 | Return the value of the choice |
| Index | 1 | return the index of the choice |