System.int MaximumBits {get;}
read-only property MaximumBits: System.Integer;
function get MaximumBits : System.int
__property System.int get_MaximumBits();
property System.int MaximumBits { System.int get(); }
'Declaration
ReadOnly Property MaximumBits As System.Integer
'Usage
Dim instance As ICompressor Dim value As System.Integer value = instance.MaximumBits