'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 - command cleanups content streams; false - command does NOT cleanup content streams.
Default value is true.
Default value is true.