Share via


MissingComponent.DependentComponent Property

 

Applies To: Dynamics CRM 2015

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

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

[DataMemberAttribute]
public ComponentDetail DependentComponent { get; set; }
public:
[DataMemberAttribute]
property ComponentDetail^ DependentComponent {
    ComponentDetail^ get();
    void set(ComponentDetail^ value);
}
[<DataMemberAttribute>]
member DependentComponent : ComponentDetail with get, set
<DataMemberAttribute>
Public Property DependentComponent As ComponentDetail

Property Value

Type: Microsoft.Crm.Sdk.Messages.ComponentDetail

Type: ComponentDetail
Information about the solution component in the solution file that is dependent on a missing solution component..

See Also

MissingComponent Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright