'Declaration <DescriptionAttribute("Indicates whether the MRC compression is enabled.")> <DefaultValueAttribute(True)> Public Property EnableMrcCompression As Boolean
[Description("Indicates whether the MRC compression is enabled.")] [DefaultValue(true)] public bool EnableMrcCompression {get; set;}
[Description("Indicates whether the MRC compression is enabled.")] [DefaultValue(true)] public: __property bool get_EnableMrcCompression(); public: __property void set_EnableMrcCompression( bool value );
[Description("Indicates whether the MRC compression is enabled.")] [DefaultValue(true)] public: property bool EnableMrcCompression { bool get(); void set ( bool value); }
Property Value
true - the MRC compression is enabled; true - the MRC compression is disabled.Default value is true.