'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 - command must remove embedded files; false - command must NOT remove embedded files.
Default value is false.
Default value is false.