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