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