Compartir a través de


ProfileOperations.CrmEntityCollection Property

Definition

Gets the CRM entity collection from cache.

public:
 property System::Collections::Generic::List<Microsoft::Xrm::Sdk::EntityCollection ^> ^ CrmEntityCollection { System::Collections::Generic::List<Microsoft::Xrm::Sdk::EntityCollection ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.Xrm.Sdk.EntityCollection> CrmEntityCollection { get; }
member this.CrmEntityCollection : System.Collections.Generic.List<Microsoft.Xrm.Sdk.EntityCollection>
Public ReadOnly Property CrmEntityCollection As List(Of EntityCollection)

Property Value

The CRM entity collection.

Applies to