UserProfile.ImageCache Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)