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