[DefaultValue(False)] [Category("Discard")] [Description("A value indicating whether the command must remove annotations.")] public bool RemoveAnnotations { get; set; }
[DefaultValue(False)] [Category("Discard")] [Description("A value indicating whether the command must remove annotations.")] public: __property bool get_RemoveAnnotations(); public: __property void set_RemoveAnnotations(
bool value
);
[DefaultValue(False)] [Category("Discard")] [Description("A value indicating whether the command must remove annotations.")] public:
property bool RemoveAnnotations { bool get(); void set(bool value); }
'Declaration <DefaultValueAttribute(False)> <CategoryAttribute("Discard")> <DescriptionAttribute("A value indicating whether the command must remove annotations.")> Public Property RemoveAnnotations As Boolean
Property Value
True - команда должна удалять аннотации; false - команда НЕ должна удалять аннотации.
Значение по умолчанию: false.
Значение по умолчанию: false.