'Declaration
ReadOnly Property IsDisposed As System.Boolean
'Usage
Dim instance As IRange Dim value As System.Boolean value = instance.IsDisposed
System.bool IsDisposed {get;}
read-only property IsDisposed: System.Boolean;
function get IsDisposed : System.boolean
__property System.bool get_IsDisposed();
property System.bool IsDisposed { System.bool get(); }