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