'Declaration <DescriptionAttribute("A value indicating whether the command must cleanup content streams.")> <DefaultValueAttribute(False)> <CategoryAttribute("Cleanup")> Public Property CleanupContentStreams As Boolean
[Description("A value indicating whether the command must cleanup content streams.")] [DefaultValue(False)] [Category("Cleanup")] public bool CleanupContentStreams { get; set; }
[Description("A value indicating whether the command must cleanup content streams.")] [DefaultValue(False)] [Category("Cleanup")] public: __property bool get_CleanupContentStreams(); public: __property void set_CleanupContentStreams(
bool value
);
[Description("A value indicating whether the command must cleanup content streams.")] [DefaultValue(False)] [Category("Cleanup")] public:
property bool CleanupContentStreams { bool get(); void set(bool value); }
Property Value
True - команда должна очистить потоки контента; false - команда НЕ должна очищать потоки контента.
Значение по умолчанию - true.
Значение по умолчанию - true.