'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 - command must remove unused named resources; false - command must NOT remove unused named resources.
Default value is true.
Default value is true.