Message.IsDisposed Property
Definition
Returns a value that indicates whether the Message is disposed.
protected:
property bool IsDisposed { bool get(); };
protected bool IsDisposed { get; }
member this.IsDisposed : bool
Protected ReadOnly Property IsDisposed As Boolean
Property Value
true
if the message is disposed; otherwise, false
.