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