'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether resources should be cached.")> Public Property CacheResources As Boolean
[DefaultValue(True)] [Description("A value indicating whether resources should be cached.")] public bool CacheResources { get; set; }
[DefaultValue(True)] [Description("A value indicating whether resources should be cached.")] public: __property bool get_CacheResources(); public: __property void set_CacheResources(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether resources should be cached.")] public:
property bool CacheResources { bool get(); void set(bool value); }
Property Value
true - images and fonts must be cached; false - caching must not be used.