'Declaration <CategoryAttribute("Cleanup")> <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the command must remove unused named resources.")> Public Property RemoveUnusedNamedResources As Boolean
[Category("Cleanup")] [DefaultValue(True)] [Description("A value indicating whether the command must remove unused named resources.")] public bool RemoveUnusedNamedResources { get; set; }
[Category("Cleanup")] [DefaultValue(True)] [Description("A value indicating whether the command must remove unused named resources.")] public: __property bool get_RemoveUnusedNamedResources(); public: __property void set_RemoveUnusedNamedResources(
bool value
);
[Category("Cleanup")] [DefaultValue(True)] [Description("A value indicating whether the command must remove unused named resources.")] public:
property bool RemoveUnusedNamedResources { bool get(); void set(bool value); }
Property Value
True - команда должна удалить неиспользуемые именованные ресурсы; false - команда НЕ должна удалять неиспользуемые именованные ресурсы.
Значение по умолчанию - true.
Значение по умолчанию - true.