MissingDependency ComplexType

Provides information about a missing dependent solution component.

Properties

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

Name Type Details
DependentComponentDisplayName Edm.String

The display name of the dependent component.

DependentComponentId Edm.Guid

The unique identifier (ID) of the dependent component.

DependentComponentParentDisplayName Edm.String

The display name of the dependent component's parent.

DependentComponentParentSchemaName Edm.String

The schema name of the dependent component's parent.

DependentComponentSchemaName Edm.String

The schema name of the dependent component.

DependentComponentType Edm.String

The type of the dependent component.

RequiredComponentDisplayName Edm.String

The display name of the required but missing component.

RequiredComponentId Edm.Guid

The unique identifier (ID) of the required but missing component.

RequiredComponentParentDisplayName Edm.String

The parent display name of the required but missing component.

RequiredComponentParentSchemaName Edm.String

The parent schema name of the required but missing component.

RequiredComponentSchemaName Edm.String

The schema name of the required but missing component.

RequiredComponentType Edm.String

The type of the required but missing component.

RequiredSolutionName Edm.String

The solution name of the required but missing component.

Used by

The following use the MissingDependency ComplexType.

Name How used
StageSolutionResults MissingDependencies Property

See also