OptionSetMetadata EntityType

Base type:
OptionSetMetadataBase
Operations supported:
GET PUT DELETE

Properties

Properties represent fields of data stored in the entity.

Name Type Details
Description Label

A description for the option set.

Inherited from: OptionSetMetadataBase

DisplayName Label

A label containing the display name for the global option set.

Inherited from: OptionSetMetadataBase

ExternalTypeName Edm.String

Inherited from: OptionSetMetadataBase

HasChanged Edm.Boolean

Indicates whether the item of metadata has changed.

Inherited from: MetadataBase

IntroducedVersion Edm.String

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

Inherited from: OptionSetMetadataBase

IsCustomizable BooleanManagedProperty

Whether the option set is customizable.

Inherited from: OptionSetMetadataBase

IsCustomOptionSet Edm.Boolean

Whether the option set is a custom option set.

Inherited from: OptionSetMetadataBase

IsGlobal Edm.Boolean

Whether the option set is a global option set.

Inherited from: OptionSetMetadataBase

IsManaged Edm.Boolean

Whether the option set is part of a managed solution.

Inherited from: OptionSetMetadataBase

MetadataId Edm.Guid

A unique identifier for the metadata item.

Inherited from: MetadataBase

Name Edm.String

The name of a global option set.

Inherited from: OptionSetMetadataBase

Options Collection(OptionMetadata)

The options available in the option set.

Inherited from: OptionSetMetadataBase

OptionSetType OptionSetType

The type of option set.

Inherited from: OptionSetMetadataBase

ParentOptionSetName Edm.String

Inherited from: OptionSetMetadataBase

Used by

The following use the OptionSetMetadata metadata entity type.

Name How used
EnumAttributeMetadata OptionSet NavigationProperty
EnumAttributeMetadata GlobalOptionSet NavigationProperty

See also