Partager via


UserProfile.ImageCache Property

Definition

Gets or sets the image cache for web resources downloaded from Microsoft Dynamics 365.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Windows::Media::Imaging::BitmapImage ^> ^ ImageCache { System::Collections::Generic::Dictionary<System::String ^, System::Windows::Media::Imaging::BitmapImage ^> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, System::Windows::Media::Imaging::BitmapImage ^> ^ value); };
public System.Collections.Generic.Dictionary<string,System.Windows.Media.Imaging.BitmapImage> ImageCache { get; set; }
member this.ImageCache : System.Collections.Generic.Dictionary<string, System.Windows.Media.Imaging.BitmapImage> with get, set
Public Property ImageCache As Dictionary(Of String, BitmapImage)

Property Value

Applies to