Gets or sets a value that represents the caching policy for images that come from an HTTP source. This is a dependency property.
<TypeConverterAttribute(GetType(RequestCachePolicyConverter))> _ Public Property UriCachePolicy As RequestCachePolicy
Dim instance As BitmapImage Dim value As RequestCachePolicy value = instance.UriCachePolicy instance.UriCachePolicy = value
[TypeConverterAttribute(typeof(RequestCachePolicyConverter))] public RequestCachePolicy UriCachePolicy { get; set; }
[TypeConverterAttribute(typeof(RequestCachePolicyConverter))] public: property RequestCachePolicy^ UriCachePolicy { RequestCachePolicy^ get (); void set (RequestCachePolicy^ value); }
public function get UriCachePolicy () : RequestCachePolicy public function set UriCachePolicy (value : RequestCachePolicy)
<object> <object.UriCachePolicy> <RequestCachePolicy .../> </object.UriCachePolicy> </object>
UriCachePolicy is introduced in the .NET Framework version 3.5. For more information, see .NET Framework 3.5 Architecture.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003