ComponentDetail ComplexType

Provides additional information about the solution components that are related to a missing component.

Properties

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

Name Type Details
DisplayName Edm.String

The display name of the solution component.

Id Edm.Guid

The ID of the solution component

ParentDisplayName Edm.String

The display name of the parent solution component.

ParentId Edm.Guid

The ID of the parent solution component.

ParentSchemaName Edm.String

The schema name of the parent solution component.

SchemaName Edm.String

The schema name of the solution component.

Solution Edm.String

The name of the solution.

Type Edm.Int32

The component type of the solution component.

Used by

The following use the ComponentDetail ComplexType.

Name How used
MissingComponent RequiredComponent Property
MissingComponent DependentComponent Property

See also