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