The RsvpType type exposes the following members.
| Name | Description | |
|---|---|---|
| False |
Represents "false". String value is "FALSE", integer value is 0.
| |
| Name |
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.) | |
| Number |
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.) | |
| True |
Represents "true". String value is "TRUE", integer value is 1.
|