RetrieveDependentComponentsResponse.EntityCollection Property

Definition

Gets a collection of Dependency records where the DependentComponentObjectId and DependentComponentType attributes represent the components that can prevent you from deleting the solution component.

public:
 property Microsoft::Xrm::Sdk::EntityCollection ^ EntityCollection { Microsoft::Xrm::Sdk::EntityCollection ^ get(); };
public Microsoft.Xrm.Sdk.EntityCollection EntityCollection { get; }
member this.EntityCollection : Microsoft.Xrm.Sdk.EntityCollection
Public ReadOnly Property EntityCollection As EntityCollection

Property Value

A collection of Dependency records where the DependentComponentObjectId and DependentComponentType attributes represent the components that can prevent you from deleting the solution component.

Applies to