ComplexOptionSetMetadata ComplexType

Defines a set of options.

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
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.

Options Collection(OptionMetadata)

The options available in the option set.

OptionSetType OptionSetType

The type of option set.

ParentOptionSetName Edm.String

Used by

The following use the ComplexOptionSetMetadata ComplexType.

Name How used
ComplexEnumAttributeMetadata OptionSet Property

See also