'Declaration <DescriptionAttribute("A value indicating whether the command cleanups content streams.")> <DefaultValueAttribute(False)> Public Property CleanupContentStreams As Boolean
[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); }
Property Value
True - command cleanups content streams; false - command does NOT cleanup content streams.
Default value is true.
Default value is true.