OptionSetType Enum

Definition

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

Boolean 3

The option set provides two options for a BooleanAttributeMetadata attribute. Value = 3.

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.

Applies to