Partager via


UserProfile.CachedEntities Property

Definition

Gets or sets an array of entity objects that are being cached.

public:
 property System::Collections::Generic::List<Microsoft::Xrm::Sdk::EntityCollection ^> ^ CachedEntities { System::Collections::Generic::List<Microsoft::Xrm::Sdk::EntityCollection ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Xrm::Sdk::EntityCollection ^> ^ value); };
public System.Collections.Generic.List<Microsoft.Xrm.Sdk.EntityCollection> CachedEntities { get; set; }
member this.CachedEntities : System.Collections.Generic.List<Microsoft.Xrm.Sdk.EntityCollection> with get, set
Public Property CachedEntities As List(Of EntityCollection)

Property Value

The list of cached entities

Applies to