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