MissingComponent.RequiredComponent 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 required solution component that is missing.
public:
property Microsoft::Crm::Sdk::Messages::ComponentDetail ^ RequiredComponent { Microsoft::Crm::Sdk::Messages::ComponentDetail ^ get(); void set(Microsoft::Crm::Sdk::Messages::ComponentDetail ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Crm.Sdk.Messages.ComponentDetail RequiredComponent { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.RequiredComponent : Microsoft.Crm.Sdk.Messages.ComponentDetail with get, set
Public Property RequiredComponent As ComponentDetail
Property Value
Information about the required solution component that is missing..
- Attributes