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