Freigeben über


ProfileOperations.ImageCache Property

Gets the image data cache object.

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

Usage

'Usage
Dim instance As ProfileOperations
Dim value As Dictionary(Of String, BitmapImage)

value = instance.ImageCache

Syntax

'Declaration
Public ReadOnly Property ImageCache As Dictionary(Of String, BitmapImage)
public Dictionary<string,BitmapImage> ImageCache { get; }
public:
property Dictionary<String^, BitmapImage^>^ ImageCache {
    Dictionary<String^, BitmapImage^>^ get ();
}
/** @property */
public Dictionary<String,BitmapImage> get_ImageCache ()
public function get ImageCache () : Dictionary<String,BitmapImage>

Property Value

Type: Dictionary
The image cache object.

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

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

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