ComplexBooleanOptionSetMetadata ComplexType

Contains the options for a Boolean column.

Properties

The properties of a complex type contain the structured data of the type.

Name Type Details
Description Label

A description for the option set.

DisplayName Label

The label containing the display name for the option set.

ExternalTypeName Edm.String
FalseOption OptionMetadata

The option displayed when the value is false.

HasChanged Edm.Boolean

Whether the item has changed since it was last retrieved.

IntroducedVersion Edm.String

A string identifying the solution version that the solution component was added in.

IsCustomizable BooleanManagedProperty

Determines whether the option set is customizable.

IsCustomOptionSet Edm.Boolean

Whether the option set is a custom option set.

IsGlobal Edm.Boolean

Whether the option set is a global option set.

IsManaged Edm.Boolean

Whether the option set is managed.

MetadataId Edm.Guid

The unique identifier for the metadata item.

Name Edm.String

The name of a global option set.

OptionSetType OptionSetType

The type of option set.

TrueOption OptionMetadata

The option displayed when the value is true.

Used by

The following use the ComplexBooleanOptionSetMetadata ComplexType.

Name How used
ComplexBooleanAttributeMetadata OptionSet Property

See also