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