'Declaration <DescriptionAttribute("A value indicating whether resources should be cached.")> <DefaultValueAttribute(True)> Public Property CacheResources As Boolean
[Description("A value indicating whether resources should be cached.")] [DefaultValue(True)] public bool CacheResources { get; set; }
[Description("A value indicating whether resources should be cached.")] [DefaultValue(True)] public: __property bool get_CacheResources(); public: __property void set_CacheResources(
bool value
);
[Description("A value indicating whether resources should be cached.")] [DefaultValue(True)] public:
property bool CacheResources { bool get(); void set(bool value); }
Property Value
true - изображения и шрифты должны быть кэшированы; false - кэширование использовать нельзя.