IsDisposed Property (DisposeBase)
In This Topic
Gets a value indicating whether this instance is disposed.
Syntax
'Declaration
Public ReadOnly Property IsDisposed As Boolean
public bool IsDisposed {get;}
Property Value
true
if this instance is disposed; otherwise,
false
.
See Also