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