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