RetrieveMissingComponentsResponse.MissingComponents 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 an array of MissingComponent
records.
public:
property cli::array <Microsoft::Crm::Sdk::Messages::MissingComponent ^> ^ MissingComponents { cli::array <Microsoft::Crm::Sdk::Messages::MissingComponent ^> ^ get(); };
public Microsoft.Crm.Sdk.Messages.MissingComponent[] MissingComponents { get; }
member this.MissingComponents : Microsoft.Crm.Sdk.Messages.MissingComponent[]
Public ReadOnly Property MissingComponents As MissingComponent()
Property Value
An array of MissingComponent
records.