Modifier

AnnotationStore.IsDisposed Property

Definition

Gets a value that indicates whether Dispose has been called.

protected:
 property bool IsDisposed { bool get(); };
protected bool IsDisposed { get; }
member this.IsDisposed : bool
Protected ReadOnly Property IsDisposed As Boolean

Property Value

true if Dispose has been called; otherwise, false. The default is false.

Applies to