इसके माध्यम से साझा किया गया


BooleanOptionSetMetadata 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

FalseOption OptionMetadata

The option displayed when the attribute is false.

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

OptionSetType OptionSetType

The type of option set.

Inherited From: OptionSetMetadataBase

TrueOption OptionMetadata

The option displayed when the attribute is true.

Inherited From: OptionSetMetadataBase

Used by

The following use the BooleanOptionSetMetadata metadata entity type.

Name How used
BooleanAttributeMetadata OptionSet NavigationProperty
BooleanAttributeMetadata GlobalOptionSet NavigationProperty

See also