'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the MRC compression is enabled.")> Public Property EnableMrcCompression As Boolean
[DefaultValue(True)] [Description("A value indicating whether the MRC compression is enabled.")] public bool EnableMrcCompression { get; set; }
[DefaultValue(True)] [Description("A value indicating whether the MRC compression is enabled.")] public: __property bool get_EnableMrcCompression(); public: __property void set_EnableMrcCompression(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether the MRC compression is enabled.")] public:
property bool EnableMrcCompression { bool get(); void set(bool value); }
Property Value
true - сжатие MRC включено; false - сжатие MRC отключено.
Значение по умолчанию - true.
Значение по умолчанию - true.