ExportOptionDescription Class Members
In This Topic
The following tables list the members exposed by ExportOptionDescription.
Public Constructors
Public Properties
| Name | Description |
| AllowedValues | Gets the list of strings for supported values of the option. |
| DefaultValue | Gets the default value of the option. |
| Group | Gets the group which the options belongs to. |
| Name | Gets the name of the options. |
| Nullable | Gets a boolean value indicating whether the value of the options can be null. |
| Type | Gets the data type of the options. |
Top
See Also