Compartir a través de


RetrieveDependenciesForDeleteResponse.EntityCollection Property

Definition

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

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

The collection of Dependency records where the DependentComponentObjectId and DependentComponentType attributes represent those components that can prevent the solution component from being deleted..

Applies to