'Declaration <DescriptionAttribute("Indicates whether the MRC compression is enabled.")> <DefaultValueAttribute()> Public Property EnableMrcCompression As Boolean
[Description("Indicates whether the MRC compression is enabled.")] [DefaultValue()] public bool EnableMrcCompression {get; set;}
[Description("Indicates whether the MRC compression is enabled.")] [DefaultValue()] public: __property bool get_EnableMrcCompression(); public: __property void set_EnableMrcCompression( bool value );
[Description("Indicates whether the MRC compression is enabled.")] [DefaultValue()] 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.