Choice Class
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.
Choice for clarifying an ambiguous value in ValidateResult.
[System.Serializable]
public class Choice
[<System.Serializable>]
type Choice = class
Public Class Choice
- Inheritance
-
Choice
- Attributes
Constructors
Choice() |
Fields
Description |
Description of value. |
Terms |
Terms to match value. |
Value |
Value to return if choice is selected. |