MissingComponent Class

Definition

Contains the data to describe a solution component that is required by a solution but not found in the system.

For the Web API the corresponding type is MissingComponent ComplexType.

public ref class MissingComponent sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class MissingComponent : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type MissingComponent = class
    interface IExtensibleDataObject
Public NotInheritable Class MissingComponent
Implements IExtensibleDataObject
Inheritance
MissingComponent
Attributes
Implements

Constructors

MissingComponent()

Initializes a new instance of the MissingComponent class.

Properties

DependentComponent

Gets or sets information about the solution component in the solution file that is dependent on a missing solution component.

ExtensionData

Gets or sets the structure that contains extra data.

RequiredComponent

Gets or sets information about the required solution component that is missing.

Applies to

See also