IsDisposed Property (DicomVolume)
In This Topic
Syntax
'Declaration
Public ReadOnly Property IsDisposed As System.Boolean
'Usage
Dim instance As DicomVolume
Dim value As System.Boolean
value = instance.IsDisposed
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();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also