Udostępnij za pośrednictwem


UserProfile.CachedEntities Property

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

Namespace: Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager
Assembly: Microsoft.Crm.UnifiedServiceDesk.CommonUtility (in Microsoft.Crm.UnifiedServiceDesk.CommonUtility.dll)

Usage

'Usage
Dim instance As UserProfile
Dim value As List(Of EntityCollection)

value = instance.CachedEntities

instance.CachedEntities = value

Syntax

'Declaration
<XmlIgnoreAttribute> _
Public Property CachedEntities As List(Of EntityCollection)
[XmlIgnoreAttribute] 
public List<EntityCollection> CachedEntities { get; set; }
[XmlIgnoreAttribute] 
public:
property List<EntityCollection^>^ CachedEntities {
    List<EntityCollection^>^ get ();
    void set (List<EntityCollection^>^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public List<EntityCollection> get_CachedEntities ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_CachedEntities (List<EntityCollection> value)
CompilerGeneratedAttribute 
public function get CachedEntities () : List<EntityCollection>

CompilerGeneratedAttribute 
public function set CachedEntities (value : List<EntityCollection>)

Property Value

Type: ListThe list of cached entities

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

UserProfile Class
UserProfile Members
Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.