OptionSetType 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.
Indicates the type of option set.
For the Web API use the OptionSetType EnumType.
public enum class OptionSetType
[System.Runtime.Serialization.DataContract(Name="OptionSetType", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata")]
public enum OptionSetType
[<System.Runtime.Serialization.DataContract(Name="OptionSetType", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata")>]
type OptionSetType =
Public Enum OptionSetType
- Inheritance
-
OptionSetType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Picklist | 0 | The option set provides a list of options. Value = 0. |
State | 1 | The option set represents state options for a StateAttributeMetadata attribute. Value = 1. |
Status | 2 | The option set represents status options for a StatusAttributeMetadata attribute. Value = 2. |
Boolean | 3 | The option set provides two options for a BooleanAttributeMetadata attribute. Value = 3. |