'Declaration <DefaultValueAttribute(True)> <CategoryAttribute("Cleanup")> <DescriptionAttribute("A value indicating whether the command must remove unused names.")> Public Property RemoveUnusedNames As Boolean
[DefaultValue(True)] [Category("Cleanup")] [Description("A value indicating whether the command must remove unused names.")] public bool RemoveUnusedNames { get; set; }
[DefaultValue(True)] [Category("Cleanup")] [Description("A value indicating whether the command must remove unused names.")] public: __property bool get_RemoveUnusedNames(); public: __property void set_RemoveUnusedNames(
bool value
);
[DefaultValue(True)] [Category("Cleanup")] [Description("A value indicating whether the command must remove unused names.")] public:
property bool RemoveUnusedNames { bool get(); void set(bool value); }
Property Value
True - command must remove unused names; false - command must NOT remove unused names.
Default value is true.
Default value is true.