OptionMetadata ComplexType
Contains metadata representing an option within an Option set.
Properties
The properties of a complex type contain the structured data of the type.
| Name | Type | Details | 
|---|---|---|
| Color | Edm.String | 
							 The Hex color assigned to the option  | 
				
| Description | Label | 
							 The label containing the description for the option.  | 
				
| ExternalValue | Edm.String | 
							 The name of a value as it exists in an external source.  | 
				
| HasChanged | Edm.Boolean | 
							 Gets whether the item of metadata has changed.  | 
				
| IsHidden | Edm.Boolean | |
| IsManaged | Edm.Boolean | 
							 Whether the option is part of a managed solution.  | 
				
| Label | Label | 
							 The label containing the text for the option.  | 
				
| MetadataId | Edm.Guid | 
							 A unique identifier for the metadata item  | 
				
| ParentValues | Collection( Edm.Int32 ) | |
| Tag | Edm.String | |
| Value | Edm.Int32 | 
							 The value of the option.  | 
				
Derived types
The following complex types inherit from the OptionMetadata complex type.
| Name | Description | 
|---|---|
| StateOptionMetadata | Contains data to define an option for the options in a State attribute. | 
| StatusOptionMetadata | Contains one of the possible values for an attribute of type status. | 
Used by
The following use the OptionMetadata ComplexType.
| Name | How used | 
|---|---|
| BooleanOptionSetMetadata | TrueOption Property | 
| BooleanOptionSetMetadata | FalseOption Property | 
| OptionSetMetadata | Options Property | 
| ComplexBooleanOptionSetMetadata | TrueOption Property | 
| ComplexBooleanOptionSetMetadata | FalseOption Property | 
| ComplexOptionSetMetadata | Options Property |