UserProfile.ImageCache Property
Gets or sets the image cache for web resources downloaded from Microsoft Dynamics CRM.
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 Dictionary(Of String, BitmapImage)
value = instance.ImageCache
instance.ImageCache = value
Syntax
'Declaration
<XmlIgnoreAttribute> _
Public Property ImageCache As Dictionary(Of String, BitmapImage)
[XmlIgnoreAttribute]
public Dictionary<string,BitmapImage> ImageCache { get; set; }
[XmlIgnoreAttribute]
public:
property Dictionary<String^, BitmapImage^>^ ImageCache {
Dictionary<String^, BitmapImage^>^ get ();
void set (Dictionary<String^, BitmapImage^>^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public Dictionary<String,BitmapImage> get_ImageCache ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_ImageCache (Dictionary<String,BitmapImage> value)
CompilerGeneratedAttribute
public function get ImageCache () : Dictionary<String,BitmapImage>
CompilerGeneratedAttribute
public function set ImageCache (value : Dictionary<String,BitmapImage>)
Property Value
Type: Dictionary
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.