MissingComponent.DependentComponent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets information about the solution component in the solution file that is dependent on a missing solution component.
public:
property Microsoft::Crm::Sdk::Messages::ComponentDetail ^ DependentComponent { Microsoft::Crm::Sdk::Messages::ComponentDetail ^ get(); void set(Microsoft::Crm::Sdk::Messages::ComponentDetail ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Crm.Sdk.Messages.ComponentDetail DependentComponent { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.DependentComponent : Microsoft.Crm.Sdk.Messages.ComponentDetail with get, set
Public Property DependentComponent As ComponentDetail
Property Value
Information about the solution component in the solution file that is dependent on a missing solution component..
- Attributes