Click or drag to resize

ExtensionIsDisposed Property

Gets a value indicating whether this instance is disposed.

Namespace:  EBP.Api.Extension
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
protected bool IsDisposed { get; }

Property Value

Type: Boolean
true if this instance is disposed; otherwise, false.
See Also