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