'Declaration
<System.Runtime.InteropServices.ComVisibleAttribute(False)> <__DynamicallyInvokableAttribute()> Public Overridable Property ReadTimeout As System.Integer
'Usage
Dim instance As InflaterInputStream Dim value As System.Integer instance.ReadTimeout = value value = instance.ReadTimeout
[System.Runtime.InteropServices.ComVisible(false)] [__DynamicallyInvokable()] public virtual System.int ReadTimeout {get; set;}