Gets or sets if the object has been disposed.
Namespace: BlogEngine.Core
Remarks
If the objects is disposed, it must not be disposed a second
time. The IsDisposed property is set the first time the object
is disposed. If the IsDisposed property is true, then the Dispose()
method will not dispose again. This help not to prolong the object's
life if the Garbage Collector.
Assembly: BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0
Syntax
See Also
BlogEngine.Core Namespace