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